mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
9 lines
172 B
CMake
9 lines
172 B
CMake
|
|
if (OMATH_BUILD_TESTS)
|
|
add_subdirectory(googletest)
|
|
endif ()
|
|
|
|
if (OMATH_BUILD_BENCHMARK)
|
|
set(BENCHMARK_ENABLE_TESTING OFF)
|
|
add_subdirectory(benchmark)
|
|
endif () |