Robin Mueller
a1faa3a73c
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
11 lines
311 B
CMake
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)
|