8 lines
170 B
CMake
8 lines
170 B
CMake
target_sources(${FSFW_TEST_TGT} PRIVATE testHostFilesystem.cpp testFsMock.cpp)
|
|
|
|
if(UNIX)
|
|
target_sources(${FSFW_TEST_TGT} PRIVATE
|
|
testCommandExecutor.cpp
|
|
)
|
|
endif()
|