mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
7 lines
134 B
CMake
7 lines
134 B
CMake
if(OPENMW_USE_SYSTEM_BENCHMARK)
|
|
find_package(benchmark REQUIRED)
|
|
endif()
|
|
|
|
add_subdirectory(detournavigator)
|
|
add_subdirectory(esm)
|