Merge pull request #10 from marbosjo/fix_install

added missing file to install setup
master
Christoph Rösmann 2020-05-16 12:38:30 +02:00 committed by GitHub
commit a77e1cbcc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ install(PROGRAMS
) )
## Mark executables and/or libraries for installation ## Mark executables and/or libraries for installation
install(TARGETS mpc_local_planner install(TARGETS mpc_local_planner mpc_local_planner_utils mpc_local_planner_optimal_control
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
) )
install(TARGETS test_mpc_optim_node install(TARGETS test_mpc_optim_node