mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
7 lines
161 B
CMake
7 lines
161 B
CMake
if(OPENMW_USE_SYSTEM_BENCHMARK)
|
|
find_package(benchmark REQUIRED)
|
|
endif()
|
|
|
|
add_subdirectory(detournavigator)
|
|
add_subdirectory(esm)
|
|
add_subdirectory(settings)
|