eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller 8b0eceb072
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
continue rw refactoring
2023-02-15 17:02:22 +01:00

15 lines
406 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)
add_subdirectory(ploc)
# Dependency on proprietary library
if(TGT_BSP MATCHES "arm/q7s")
add_subdirectory(startracker)
endif()