Robin Mueller
079da3b0e4
- STR code is now in mission folder, but still only conpiled for Q7S code because wire library is proprietary
8 lines
263 B
CMake
8 lines
263 B
CMake
target_sources(
|
|
${OBSW_NAME} PUBLIC AcsBoardPolling.cpp ImtqPollingTask.cpp RwPollingTask.cpp
|
|
SusPolling.cpp StrComHandler.cpp)
|
|
|
|
if(EIVE_BUILD_GPSD_GPS_HANDLER)
|
|
target_sources(${OBSW_NAME} PRIVATE GpsHyperionLinuxController.cpp)
|
|
endif()
|