fsfw/unittests/hal/CMakeLists.txt

6 lines
90 B
CMake

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