eive-obsw/linux/acs/CMakeLists.txt

8 lines
263 B
CMake
Raw Normal View History

target_sources(
${OBSW_NAME} PUBLIC AcsBoardPolling.cpp ImtqPollingTask.cpp RwPollingTask.cpp
SusPolling.cpp StrComHandler.cpp)
2023-03-24 21:01:00 +01:00
if(EIVE_BUILD_GPSD_GPS_HANDLER)
target_sources(${OBSW_NAME} PRIVATE GpsHyperionLinuxController.cpp)
2023-03-24 21:01:00 +01:00
endif()