fsfw/unittest/CMakeLists.txt

5 lines
79 B
CMake
Raw Normal View History

2020-12-28 18:06:00 +01:00
add_subdirectory(internal)
2021-01-15 17:25:27 +01:00
if(LINK_CATCH2)
add_subdirectory(tests)
endif()