mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-28 00:15:06 +00:00
8 lines
161 B
CMake
8 lines
161 B
CMake
if(OPENMW_USE_SYSTEM_BENCHMARK)
|
|
find_package(benchmark REQUIRED)
|
|
endif()
|
|
|
|
add_subdirectory(detournavigator)
|
|
add_subdirectory(esm)
|
|
add_subdirectory(settings)
|