This commit is contained in:
2022-11-15 10:53:38 +01:00
parent 5e5eb82830
commit 99927b8e95
4 changed files with 5 additions and 6 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
target_sources(${FSFW_TEST_TGT} PRIVATE testHostFilesystem.cpp testFsMock.cpp)
if(UNIX)
target_sources(${FSFW_TEST_TGT} PRIVATE
testCommandExecutor.cpp
)
target_sources(${FSFW_TEST_TGT} PRIVATE testCommandExecutor.cpp)
endif()