Robin Mueller
28a4f782f9
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
11 lines
235 B
CMake
11 lines
235 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)
|