fsfw/unittest/CMakeLists.txt

5 lines
79 B
CMake

add_subdirectory(internal)
if(LINK_CATCH2)
add_subdirectory(tests)
endif()