Robin Mueller
7d9ef6f887
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
9 lines
233 B
CMake
9 lines
233 B
CMake
if(EIVE_BUILD_GPSD_GPS_HANDLER)
|
|
target_sources(${OBSW_NAME} PRIVATE GPSHyperionLinuxController.cpp)
|
|
endif()
|
|
|
|
target_sources(${OBSW_NAME} PRIVATE Max31865RtdLowlevelHandler.cpp)
|
|
|
|
add_subdirectory(ploc)
|
|
add_subdirectory(startracker)
|