added ipc cmakelists

This commit is contained in:
Robin Müller 2020-12-22 13:06:35 +01:00
parent 81201d6fb7
commit 770336fff3
1 changed files with 6 additions and 0 deletions

6
ipc/CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
CommandMessage.cpp
CommandMessageCleaner.cpp
MessageQueueMessage.cpp
)