fsfw/src/fsfw/cfdp/tlv/CMakeLists.txt
Robin Mueller 96dfe46e25
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
added string LV tests
2022-08-10 09:39:57 +02:00

12 lines
285 B
CMake

target_sources(
${LIB_FSFW_NAME}
PRIVATE EntityIdTlv.cpp
FilestoreRequestTlv.cpp
FilestoreResponseTlv.cpp
Lv.cpp
Tlv.cpp
StringLv.cpp
FlowLabelTlv.cpp
MessageToUserTlv.cpp
FaultHandlerOverrideTlv.cpp)