6 lines
90 B
CMake
6 lines
90 B
CMake
if(UNIX)
|
|
target_sources(${FSFW_TEST_TGT} PRIVATE
|
|
testCommandExecutor.cpp
|
|
)
|
|
endif()
|