eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller 4da0555bfd
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
moved some more code to mission folder
2022-02-22 19:28:04 +01:00

9 lines
164 B
CMake

target_sources(${OBSW_NAME} PRIVATE
)
if(EIVE_BUILD_GPSD_GPS_HANDLER)
target_sources(${OBSW_NAME} PRIVATE
GPSHyperionLinuxController.cpp
)
endif()