IRS Cleanroom Laptop
66bd5f8fbf
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
17 lines
323 B
CMake
17 lines
323 B
CMake
target_sources(${TARGET_NAME} PUBLIC
|
|
main.cpp
|
|
)
|
|
|
|
add_subdirectory(boardtest)
|
|
|
|
if(Q7S_SIMPLE_MODE)
|
|
add_subdirectory(simple)
|
|
else()
|
|
add_subdirectory(boardconfig)
|
|
add_subdirectory(comIF)
|
|
add_subdirectory(core)
|
|
add_subdirectory(memory)
|
|
add_subdirectory(callbacks)
|
|
add_subdirectory(devices)
|
|
endif()
|