File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,17 @@ set(shiboken_generated_sources
47
47
${CMAKE_CURRENT_BINARY_DIR} /${shiboken_bindings_library} /ogre_wrapper.cpp
48
48
)
49
49
50
- ament_get_recursive_properties(deps_include_dirs _ ${rviz_common_TARGETS} )
51
50
list (APPEND shiboken_include_dirs
52
- ${deps_include_dirs} )
53
- message (STATUS "ROS inlcude dirs: ${deps_include_dirs} " )
51
+ ${rviz_common_INCLUDE_DIRS}
52
+ ${rviz_rendering_INCLUDE_DIRS}
53
+ ${OGRE_INCLUDE_DIRS}
54
+ ${rcl_INCLUDE_DIRS}
55
+ ${rclcpp_INCLUDE_DIRS}
56
+ ${rmw_INCLUDE_DIRS}
57
+ ${tf2_msgs_INCLUDE_DIRS}
58
+ ${pluginlib_INCLUDE_DIRS}
59
+ )
60
+ message (STATUS "ROS inlcude dirs: ${shiboken_include_dirs} " )
54
61
message (STATUS "QT5 inlcude dirs: ${Qt5Core_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS} ${Qt5Gui_INCLUDE_DIRS} " )
55
62
list (APPEND shiboken_include_dirs
56
63
${Qt5Core_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS} ${Qt5Gui_INCLUDE_DIRS}
You can’t perform that action at this time.
0 commit comments