mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
8 lines
129 B
CMake
8 lines
129 B
CMake
|
|
if (OMATH_BUILD_TESTS)
|
|
add_subdirectory(googletest)
|
|
endif ()
|
|
|
|
if (OMATH_BUILD_BENCHMARK)
|
|
add_subdirectory(benchmark)
|
|
endif() |