eive-obsw/linux/devices/CMakeLists.txt

8 lines
156 B
CMake
Raw Normal View History

2022-02-18 14:59:41 +01:00
if(EIVE_BUILD_GPSD_GPS_HANDLER)
target_sources(${OBSW_NAME} PRIVATE
GPSHyperionLinuxController.cpp
)
endif()
2022-02-05 13:19:20 +01:00
add_subdirectory(startracker)