Robin Mueller
808e01dfd3
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
13 lines
256 B
CMake
13 lines
256 B
CMake
if(EIVE_BUILD_GPSD_GPS_HANDLER)
|
|
target_sources(${OBSW_NAME} PRIVATE
|
|
GPSHyperionLinuxController.cpp
|
|
)
|
|
endif()
|
|
|
|
target_sources(${OBSW_NAME} PRIVATE
|
|
ScexUartReader.cpp
|
|
ScexDleParser.cpp
|
|
)
|
|
add_subdirectory(ploc)
|
|
add_subdirectory(startracker)
|