mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 11:14:07 +08:00
add mc_att_control to CMakeList
This commit is contained in:
parent
8d3d8a3358
commit
f2fdd0d69b
@ -136,6 +136,14 @@ target_link_libraries(subscriber
|
||||
px4
|
||||
)
|
||||
|
||||
## mc_att_control
|
||||
add_executable(mc_att_control src/module/mc_att_control_main.cpp)
|
||||
add_dependencies(mc_att_control px4_generate_messages_cpp)
|
||||
target_link_libraries(mc_att_control
|
||||
${catkin_LIBRARIES}
|
||||
px4
|
||||
)
|
||||
|
||||
#############
|
||||
## Install ##
|
||||
#############
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user