eive-obsw/linux/devices/CMakeLists.txt
Irini Kosmidou 188f8863d0
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Merge remote-tracking branch 'origin/develop' into irini
2022-04-08 15:21:31 +02:00

15 lines
281 B
CMake

if(EIVE_BUILD_GPSD_GPS_HANDLER)
target_sources(${OBSW_NAME} PRIVATE
GPSHyperionLinuxController.cpp
)
endif()
<<<<<<< HEAD
target_sources(${OBSW_NAME} PRIVATE
ScexUartReader.cpp
)
=======
add_subdirectory(ploc)
>>>>>>> origin/develop
add_subdirectory(startracker)