Robin Mueller
6b9e49e632
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
13 lines
250 B
CMake
13 lines
250 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)
|