Skip to content

Commit

Permalink
set gazebo library dirs (#963)
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Knese <[email protected]>
  • Loading branch information
Karsten1987 authored and chapulina committed Aug 11, 2019
1 parent b9d399f commit 0f407dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gazebo_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ include_directories(
include
${gazebo_dev_INCLUDE_DIRS}
)
link_directories(
${gazebo_dev_LIBRARY_DIRS}
)

ament_python_install_package(scripts/)

Expand Down

0 comments on commit 0f407dd

Please sign in to comment.