eive-obsw/linux/devices/CMakeLists.txt
Irini Kosmidou df712c7100
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
scex reader task started
2022-03-25 17:48:38 +01:00

11 lines
214 B
CMake

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