From 971af4d1d691934d152a2669ec1fbf5f1eece60d Mon Sep 17 00:00:00 2001 From: _Luc_ Date: Wed, 27 May 2015 17:53:18 +0200 Subject: [PATCH] =?UTF-8?q?Add=20estimator=20pca=20to=20CMakeLists.txt=20-?= =?UTF-8?q?=20l=C3=A9g=C3=A8re=20erreur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b00e54..de39ca0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,8 +54,8 @@ target_link_libraries(normal_estimator ${catkin_LIBRARIES}) add_dependencies(normal_estimator hand_control_generate_messages_cpp) add_executable(normal_estimator src/normal_estimator_pca.cpp) -target_link_libraries(normal_estimator ${catkin_LIBRARIES}) -add_dependencies(normal_estimator hand_control_generate_messages_cpp) +target_link_libraries(normal_estimator_pca ${catkin_LIBRARIES}) +add_dependencies(normal_estimator_pca hand_control_generate_messages_cpp) add_executable(commande-new-1d src/commande-new-1d.cpp) target_link_libraries(commande-new-1d ${catkin_LIBRARIES})