Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
6 lines
176 B
CMake
6 lines
176 B
CMake
target_sources(${OBSW_NAME} PUBLIC FileSystemTest.cpp Q7STestTask.cpp)
|
|
|
|
if(EIVE_BUILD_Q7S_SIMPLE_MODE)
|
|
target_sources(${SIMPLE_OBSW_NAME} PRIVATE FileSystemTest.cpp)
|
|
endif()
|