Robin Mueller
20074dcbd7
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
10 lines
196 B
CMake
10 lines
196 B
CMake
target_sources(${OBSW_NAME} PRIVATE
|
|
GPSHyperionLinuxController.cpp
|
|
)
|
|
|
|
if(EIVE_BUILD_GPSD_GPS_HANDLER)
|
|
target_sources(${OBSW_NAME} PRIVATE
|
|
GPSHyperionLinuxController.cpp
|
|
)
|
|
endif()
|