You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/apps/benchmarks/CMakeLists.txt

8 lines
161 B
CMake

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