From 2f4f9af9009e7658de5f3fe54c09cc678a91425b Mon Sep 17 00:00:00 2001 From: Louis-Guillaume DUBOIS Date: Sun, 24 May 2015 14:12:05 +0200 Subject: [PATCH] rm useless lines in CMakeList --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index afd72fe..810854c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,12 +48,6 @@ add_library(display src/display.cpp) add_executable(keyboard_cmd src/keyboard_cmd.cpp) target_link_libraries(keyboard_cmd display ${catkin_LIBRARIES} ${ncursesw_LIBRARIES}) - add_executable(filtreRGB src/filtreRGB.cpp) -target_link_libraries(filtreRGB ${catkin_LIBRARIES}) - -#add_executable(filtreHue src/filtreHue.cpp) -#target_link_libraries(filtreHue ${catkin_LIBRARIES}) - add_executable(normal_estimator src/normal_estimator.cpp) target_link_libraries(normal_estimator ${catkin_LIBRARIES}) add_dependencies(normal_estimator hand_control_generate_messages_cpp)