fsfw/src/fsfw/cfdp/tlv/CMakeLists.txt

13 lines
322 B
CMake
Raw Normal View History

2022-05-16 14:55:15 +02:00
target_sources(
${LIB_FSFW_NAME}
PRIVATE EntityIdTlv.cpp
FilestoreRequestTlv.cpp
FilestoreResponseTlv.cpp
Lv.cpp
Tlv.cpp
2022-08-10 09:39:57 +02:00
StringLv.cpp
2022-05-16 14:55:15 +02:00
FlowLabelTlv.cpp
MessageToUserTlv.cpp
FaultHandlerOverrideTlv.cpp
ReservedMessageCreator.cpp)