Skip to content
Snippets Groups Projects
Commit acd42c55 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove old commented code

parent 81e095f3
No related branches found
No related tags found
No related merge requests found
Pipeline #6258 passed
......@@ -28,11 +28,4 @@ ADD_EXECUTABLE(hello_wolf hello_wolf.cpp)
TARGET_LINK_LIBRARIES(hello_wolf ${PLUGIN_NAME} hellowolf)
ADD_EXECUTABLE(hello_wolf_autoconf hello_wolf_autoconf.cpp)
#TARGET_LINK_LIBRARIES(hello_wolf_autoconf ${PLUGIN_NAME})
TARGET_LINK_LIBRARIES(hello_wolf_autoconf ${PLUGIN_NAME} hellowolf)
#add_library(sensor_odom SHARED ../src/sensor/sensor_odom_2d.cpp ../src/processor/processor_odom_2d.cpp)
#TARGET_LINK_LIBRARIES(sensor_odom ${PLUGIN_NAME} hellowolf)
#
#add_library(range_bearing SHARED sensor_range_bearing.cpp processor_range_bearing.cpp)
#TARGET_LINK_LIBRARIES(range_bearing ${PLUGIN_NAME} hellowolf)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment