eive-obsw/linux/acs/CMakeLists.txt
Robin Mueller 3e3ac9f5be
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
conditional build of STR components
2023-04-13 21:14:38 +02:00

12 lines
386 B
CMake

target_sources(${OBSW_NAME} PUBLIC AcsBoardPolling.cpp ImtqPollingTask.cpp
RwPollingTask.cpp SusPolling.cpp)
# Dependency on proprietary library
if(TGT_BSP MATCHES "arm/q7s")
target_sources(${OBSW_NAME} PUBLIC StrComHandler.cpp)
endif()
if(EIVE_BUILD_GPSD_GPS_HANDLER)
target_sources(${OBSW_NAME} PRIVATE GpsHyperionLinuxController.cpp)
endif()