added new files

This commit is contained in:
Robin Müller 2021-01-02 23:22:50 +01:00
parent e5b3f991ef
commit 7759b19961
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
ServiceInterfaceStream.cpp
ServiceInterfaceBuffer.cpp
target_sources(${LIB_FSFW_NAME} PRIVATE
ServiceInterfaceStream.cpp
ServiceInterfaceBuffer.cpp
ServiceInterfacePrinter.cpp
)

View File

@ -0,0 +1,2 @@
#include "ServiceInterfacePrinter.h"