Files
fsfw/examples/fsfw_examples/test/CMakeLists.txt

7 lines
136 B
CMake

target_sources(${TARGET_NAME}
PRIVATE
TestTask.cpp
FsfwReaderTask.cpp
FsfwExampleTask.cpp
MutexExample.cpp
)