eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller 6b9e49e632
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
continued low level MAX31865 handler
2022-05-12 11:27:30 +02:00

13 lines
250 B
CMake

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