8 lines
139 B
CMake
8 lines
139 B
CMake
if(FSFW_ADD_INTERNAL_TESTS)
|
|
add_subdirectory(internal)
|
|
endif()
|
|
|
|
if(NOT FSFW_BUILD_UNITTESTS)
|
|
add_subdirectory(integration)
|
|
endif()
|