fsfw/unittests/hal/CMakeLists.txt
2022-11-09 17:54:08 +01:00

6 lines
90 B
CMake

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