Skip to content
Snippets Groups Projects
Commit 94268453 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added executable installation

parent a7131eea
No related branches found
No related tags found
No related merge requests found
Pipeline #6501 failed
...@@ -25,3 +25,7 @@ ADD_EXECUTABLE(opendrive_to_gazebo ${sources}) ...@@ -25,3 +25,7 @@ ADD_EXECUTABLE(opendrive_to_gazebo ${sources})
TARGET_LINK_LIBRARIES(opendrive_to_gazebo ${iriutils_LIBRARIES}) TARGET_LINK_LIBRARIES(opendrive_to_gazebo ${iriutils_LIBRARIES})
TARGET_LINK_LIBRARIES(opendrive_to_gazebo ${autonomous_driving_tools_LIBRARIES}) TARGET_LINK_LIBRARIES(opendrive_to_gazebo ${autonomous_driving_tools_LIBRARIES})
TARGET_LINK_LIBRARIES(opendrive_to_gazebo ${Boost_LIBRARIES}) TARGET_LINK_LIBRARIES(opendrive_to_gazebo ${Boost_LIBRARIES})
INSTALL(TARGETS opendrive_to_gazebo
RUNTIME DESTINATION bin)
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