5 lines
79 B
CMake
5 lines
79 B
CMake
|
target_sources(${TARGET_NAME}
|
||
|
PRIVATE
|
||
|
PusPacketCreator.cpp
|
||
|
TmFunnel.cpp
|
||
|
)
|