fsfw/unittests/hal/CMakeLists.txt

8 lines
170 B
CMake
Raw Normal View History

target_sources(${FSFW_TEST_TGT} PRIVATE testHostFilesystem.cpp testFsMock.cpp)
2022-11-09 17:54:08 +01:00
if(UNIX)
target_sources(${FSFW_TEST_TGT} PRIVATE
testCommandExecutor.cpp
)
endif()