eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller b98a24373e
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Merge branch 'mueller/reboot-file-handling' into mueller/master
2022-03-01 15:19:00 +01:00

8 lines
156 B
CMake

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