eive-obsw/linux/devices/CMakeLists.txt

8 lines
156 B
CMake
Raw Normal View History

2022-03-01 17:48:05 +01:00
if(EIVE_BUILD_GPSD_GPS_HANDLER)
target_sources(${OBSW_NAME} PRIVATE
GPSHyperionLinuxController.cpp
)
endif()
2022-02-05 13:19:20 +01:00
2022-03-01 17:48:05 +01:00
add_subdirectory(startracker)