1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 07:53:52 +00:00
openmw/apps/benchmarks/CMakeLists.txt

6 lines
134 B
CMake

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