fsfw/timemanager/CMakeLists.txt

9 lines
129 B
CMake
Raw Normal View History

2020-12-22 16:03:56 +01:00
target_sources(${LIB_FSFW_NAME}
PRIVATE
CCSDSTime.cpp
Countdown.cpp
Stopwatch.cpp
TimeMessage.cpp
TimeStamper.cpp
)