eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller 50c363fb6f
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
new RTD reader module handling all RTD SPI Communication
2022-05-09 21:29:54 +02:00

13 lines
241 B
CMake

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