fsfw/unittests/hal/CMakeLists.txt

6 lines
90 B
CMake
Raw Normal View History

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