1
0
forked from fsfw/fsfw

cmake lists form upstream taken over

This commit is contained in:
2020-12-22 16:19:30 +01:00
parent 707bb9dd5d
commit 41dc9ce6c6
4 changed files with 23 additions and 0 deletions

4
serialize/CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
SerialBufferAdapter.cpp
)