Skip to content

Commit b95135b

Browse files
authored
Add in call to ament_export_targets. (#826)
That way downstream ament packages can use this package as a CMake target. Signed-off-by: Chris Lalancette <[email protected]>
1 parent db25cfb commit b95135b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ if(ament_cmake_FOUND)
250250

251251
ament_export_include_directories(include)
252252
ament_export_libraries(${BEHAVIOR_TREE_LIBRARY})
253+
ament_export_targets(${BEHAVIOR_TREE_LIBRARY}Targets)
253254
ament_package()
254255
elseif(catkin_FOUND)
255256

0 commit comments

Comments
 (0)