mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
6 lines
112 B
CMake
6 lines
112 B
CMake
if(OPENMW_USE_SYSTEM_BENCHMARK)
|
|
find_package(benchmark REQUIRED)
|
|
endif()
|
|
|
|
add_subdirectory(detournavigator)
|