Robin Mueller
b1d56eb299
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
16 lines
415 B
CMake
16 lines
415 B
CMake
if(EIVE_BUILD_GPSD_GPS_HANDLER)
|
|
target_sources(${OBSW_NAME} PRIVATE GpsHyperionLinuxController.cpp)
|
|
endif()
|
|
|
|
target_sources(
|
|
${OBSW_NAME}
|
|
PRIVATE Max31865RtdLowlevelHandler.cpp ScexUartReader.cpp ScexDleParser.cpp
|
|
ScexHelper.cpp RwPollingTask.cpp ImtqPollingTask.cpp)
|
|
|
|
add_subdirectory(ploc)
|
|
|
|
# Dependency on proprietary library
|
|
if(TGT_BSP MATCHES "arm/q7s")
|
|
add_subdirectory(startracker)
|
|
endif()
|