eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller 20074dcbd7
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
Merge branch 'mueller/move-deply-handler' into mueller/plpcdu-sus-updates
2022-02-23 19:15:29 +01:00

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()