fsfw/src/fsfw_tests/CMakeLists.txt

8 lines
131 B
CMake

if(FSFW_ADD_INTERNAL_TESTS)
add_subdirectory(internal)
endif()
if(NOT FSFW_BUILD_TESTS)
add_subdirectory(integration)
endif()