fsfw/unittests/hal/CMakeLists.txt
Robin Mueller 65a5abab49
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
move free call
2022-11-21 14:56:08 +01:00

6 lines
164 B
CMake

target_sources(${FSFW_TEST_TGT} PRIVATE testHostFilesystem.cpp testFsMock.cpp)
if(UNIX)
target_sources(${FSFW_TEST_TGT} PRIVATE testCommandExecutor.cpp)
endif()