From 94268453717dc117fd9e85c40eb911ffc03a9c6a Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Gestoso <alopez@iri.upc.edu> Date: Mon, 19 Apr 2021 16:38:56 +0200 Subject: [PATCH] Added executable installation --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c1d9835..26bedfc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,3 +25,7 @@ ADD_EXECUTABLE(opendrive_to_gazebo ${sources}) TARGET_LINK_LIBRARIES(opendrive_to_gazebo ${iriutils_LIBRARIES}) TARGET_LINK_LIBRARIES(opendrive_to_gazebo ${autonomous_driving_tools_LIBRARIES}) TARGET_LINK_LIBRARIES(opendrive_to_gazebo ${Boost_LIBRARIES}) + +INSTALL(TARGETS opendrive_to_gazebo + RUNTIME DESTINATION bin) + -- GitLab