Robin Mueller
fb37014b65
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
17 lines
372 B
CMake
17 lines
372 B
CMake
add_subdirectory(utility)
|
|
add_subdirectory(callbacks)
|
|
add_subdirectory(boardtest)
|
|
add_subdirectory(devices)
|
|
add_subdirectory(ipcore)
|
|
|
|
if(EIVE_ADD_LINUX_FSFWCONFIG)
|
|
add_subdirectory(fsfwconfig)
|
|
endif()
|
|
|
|
# Dependency on proprietary library
|
|
if(TGT_BSP MATCHES "arm/q7s")
|
|
add_subdirectory(csp)
|
|
endif()
|
|
|
|
target_sources(${OBSW_NAME} PUBLIC ObjectFactory.cpp scheduling.cpp)
|