fsfw/src/fsfw_tests/internal/CMakeLists.txt
Robin Mueller 74794bb71b
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
apply auto-formatter
2022-07-18 16:08:06 +02:00

7 lines
211 B
CMake

target_sources(${LIB_FSFW_NAME} PRIVATE InternalUnitTester.cpp
UnittDefinitions.cpp)
add_subdirectory(osal)
add_subdirectory(serialize)
add_subdirectory(globalfunctions)