Files
omath/extlibs/CMakeLists.txt

8 lines
129 B
CMake

if (OMATH_BUILD_TESTS)
add_subdirectory(googletest)
endif ()
if (OMATH_BUILD_BENCHMARK)
add_subdirectory(benchmark)
endif()