fsfw-example-common/example/utility/CMakeLists.txt

5 lines
70 B
CMake
Raw Normal View History

2021-06-08 13:46:45 +02:00
target_sources(${TARGET_NAME} PRIVATE
utility.cpp
2021-10-17 23:21:38 +02:00
TmFunnel.cpp
2021-06-08 13:46:45 +02:00
)