eive-obsw/linux/devices/CMakeLists.txt
Robin Mueller 7d9ef6f887
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
run afmt
2022-05-23 18:37:04 +02:00

9 lines
233 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)