eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller 27f9c0223c
Some checks failed
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
use new cmake option
2022-03-01 17:48:05 +01:00

8 lines
156 B
CMake

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