rm useless lines in CMakeList
This commit is contained in:
parent
fd3d1e4da0
commit
2f4f9af900
1 changed files with 0 additions and 6 deletions
|
@ -48,12 +48,6 @@ add_library(display src/display.cpp)
|
||||||
add_executable(keyboard_cmd src/keyboard_cmd.cpp)
|
add_executable(keyboard_cmd src/keyboard_cmd.cpp)
|
||||||
target_link_libraries(keyboard_cmd display ${catkin_LIBRARIES} ${ncursesw_LIBRARIES})
|
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)
|
add_executable(normal_estimator src/normal_estimator.cpp)
|
||||||
target_link_libraries(normal_estimator ${catkin_LIBRARIES})
|
target_link_libraries(normal_estimator ${catkin_LIBRARIES})
|
||||||
add_dependencies(normal_estimator hand_control_generate_messages_cpp)
|
add_dependencies(normal_estimator hand_control_generate_messages_cpp)
|
||||||
|
|
Loading…
Reference in a new issue