1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-28 18:18:52 +00:00
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
CMake
Raw Normal View History

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