eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller a190d99f6d
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
auto-formatter
2023-02-22 19:45:41 +01:00

16 lines
407 B
CMake

if(EIVE_BUILD_GPSD_GPS_HANDLER)
target_sources(${OBSW_NAME} PRIVATE GpsHyperionLinuxController.cpp)
endif()
target_sources(
${OBSW_NAME}
PRIVATE Max31865RtdPolling.cpp ScexUartReader.cpp ImtqPollingTask.cpp
ScexDleParser.cpp ScexHelper.cpp RwPollingTask.cpp)
add_subdirectory(ploc)
# Dependency on proprietary library
if(TGT_BSP MATCHES "arm/q7s")
add_subdirectory(startracker)
endif()