openmw/apps/benchmarks/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
161 B
Text
Raw Permalink Normal View History

2021-05-22 14:56:14 +02:00
if(OPENMW_USE_SYSTEM_BENCHMARK)
find_package(benchmark REQUIRED)
endif()
2021-03-25 00:59:44 +01:00
2023-02-03 15:11:53 +01:00
add_subdirectory(detournavigator)
add_subdirectory(esm)
2023-02-03 15:30:58 +01:00
add_subdirectory(settings)