1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:59:54 +00:00
openmw/apps/benchmarks/CMakeLists.txt
2023-03-28 20:47:34 +02:00

7 lines
161 B
CMake

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