eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller a1faa3a73c
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Merge remote-tracking branch 'origin/develop' into irini
2022-05-26 12:08:07 +02:00

11 lines
311 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)
add_subdirectory(ploc)
add_subdirectory(startracker)