fsfw/tests/src/CMakeLists.txt

8 lines
127 B
CMake
Raw Normal View History

2021-07-14 10:22:58 +02:00
if(FSFW_ADD_INTERNAL_TESTS)
add_subdirectory(internal)
endif()
if(FSFW_ADD_UNITTESTS)
add_subdirectory(tests)
endif()