enable ecosystem wide testing in ci

This commit is contained in:
2024-04-12 11:27:04 +02:00
parent bf743b4449
commit 016197aa4b
2 changed files with 19 additions and 5 deletions

View File

@@ -18,6 +18,12 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
option(SOLANACEAE_ECOSYSTEM_BUILD_TESTING "Build tests" ${BUILD_TESTING})
if (SOLANACEAE_ECOSYSTEM_BUILD_TESTING)
include(CTest)
endif()
# external libs
add_subdirectory(./external) # before increasing warn levels, sad :(