upstream cmakelists f iles taken over
This commit is contained in:
parent
f905a753e2
commit
27d03dc17f
8
tmtcpacket/CMakeLists.txt
Normal file
8
tmtcpacket/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
target_sources(${LIB_FSFW_NAME}
|
||||
PRIVATE
|
||||
SpacePacket.cpp
|
||||
SpacePacketBase.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(packetmatcher)
|
||||
add_subdirectory(pus)
|
4
tmtcpacket/packetmatcher/CMakeLists.txt
Normal file
4
tmtcpacket/packetmatcher/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
target_sources(${LIB_FSFW_NAME}
|
||||
PRIVATE
|
||||
PacketMatchTree.cpp
|
||||
)
|
8
tmtcpacket/pus/CMakeLists.txt
Normal file
8
tmtcpacket/pus/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
target_sources(${LIB_FSFW_NAME}
|
||||
PRIVATE
|
||||
TcPacketBase.cpp
|
||||
TcPacketStored.cpp
|
||||
TmPacketBase.cpp
|
||||
TmPacketMinimal.cpp
|
||||
TmPacketStored.cpp
|
||||
)
|
Loading…
Reference in New Issue
Block a user