forked from Archive/PX4-Autopilot
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…
Reference in New Issue