Newer
Older
set(EXTRA_SRC)
if(BUILD_TESTING)
list(APPEND EXTRA_SRC
SendMavCommandTest.cc
)
endif()
add_library(Vehicle
GPSRTKFactGroup.cc
TrajectoryPoints.cc
VehicleObjectAvoidance.cc
${EXTRA_SRC}
)
target_link_libraries(Vehicle
target_include_directories(Vehicle INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})