We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929f955 commit 526d8d2Copy full SHA for 526d8d2
rmw_implementation/rmw_implementation-extras.cmake.in
@@ -16,6 +16,9 @@
16
17
find_package(rmw_implementation_cmake REQUIRED)
18
set(default_rmw_implementation "@RMW_IMPLEMENTATION@")
19
+list(APPEND rmw_implementation_LIBRARIES ${rmw_implementation_cmake_DEFINITIONS})
20
+list(APPEND rmw_implementation_LIBRARIES ${rmw_implementation_cmake_INCLUDE_DIRS})
21
+list(APPEND rmw_implementation_LIBRARIES ${rmw_implementation_cmake_LIBRARIES})
22
23
if(NOT "${RMW_IMPLEMENTATION} " STREQUAL " ")
24
set(requested_default_rmw_implementation ${RMW_IMPLEMENTATION})
0 commit comments