eive-obsw/bsp_q7s/boardtest/CMakeLists.txt
Ulrich Mohr de856a514b
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
workarounds for MIB build
2022-09-06 22:17:54 +02:00

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()