1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-28 00:15:06 +00:00
OpenMW/apps/benchmarks/CMakeLists.txt
2023-03-28 20:47:34 +02:00

8 lines
161 B
CMake

if(OPENMW_USE_SYSTEM_BENCHMARK)
find_package(benchmark REQUIRED)
endif()
add_subdirectory(detournavigator)
add_subdirectory(esm)
add_subdirectory(settings)