Robin Mueller
b98a24373e
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
8 lines
156 B
CMake
8 lines
156 B
CMake
if(EIVE_BUILD_GPSD_GPS_HANDLER)
|
|
target_sources(${OBSW_NAME} PRIVATE
|
|
GPSHyperionLinuxController.cpp
|
|
)
|
|
endif()
|
|
|
|
add_subdirectory(startracker)
|