afmt cmakelists.txt

This commit is contained in:
2022-05-20 08:38:57 +02:00
parent 6814d0cf2b
commit 21e9987636
9 changed files with 18 additions and 44 deletions
+1 -3
View File
@@ -1,3 +1 @@
target_sources(${TARGET_NAME} PRIVATE
FsfwTestController.cpp
)
target_sources(${TARGET_NAME} PRIVATE FsfwTestController.cpp)
+1 -3
View File
@@ -1,3 +1 @@
target_sources(${TARGET_NAME} PRIVATE
GenericFactory.cpp
)
target_sources(${TARGET_NAME} PRIVATE GenericFactory.cpp)
+1
View File
@@ -0,0 +1 @@
+3 -9
View File
@@ -1,12 +1,6 @@
target_sources(${TARGET_NAME} PRIVATE
FsfwReaderTask.cpp
FsfwExampleTask.cpp
MutexExample.cpp
FsfwTestTask.cpp
)
target_sources(${TARGET_NAME} PRIVATE FsfwReaderTask.cpp FsfwExampleTask.cpp
MutexExample.cpp FsfwTestTask.cpp)
if(FSFW_ADD_FMT_TESTS)
target_sources(${TARGET_NAME} PRIVATE
testFmt.cpp
)
target_sources(${TARGET_NAME} PRIVATE testFmt.cpp)
endif()
+1 -4
View File
@@ -1,4 +1 @@
target_sources(${TARGET_NAME} PRIVATE
utility.cpp
TmFunnel.cpp
)
target_sources(${TARGET_NAME} PRIVATE utility.cpp TmFunnel.cpp)