We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f96799 commit e33d236Copy full SHA for e33d236
1 file changed
pluginlib/CMakeLists.txt
@@ -43,6 +43,10 @@ install(TARGETS list_plugins
43
44
ament_export_dependencies(ament_index_cpp class_loader rcutils rcpputils TinyXML2)
45
46
+# Export old-style CMake variables
47
+ament_export_include_directories("include/${PROJECT_NAME}")
48
+
49
+# Export modern CMake targets
50
ament_export_targets(export_${PROJECT_NAME})
51
52
install(
0 commit comments