Skip to content

Commit

Permalink
Add library alias for BT::behaviortree_cpp (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
shkwon98 authored Apr 24, 2024
1 parent fc041fe commit db89b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ else()
target_compile_options(${BTCPP_LIBRARY} PRIVATE -Wall -Wextra)
endif()

add_library(BT::${BTCPP_LIBRARY} ALIAS ${BTCPP_LIBRARY})

#############################################################
message( STATUS "BTCPP_LIB_DESTINATION: ${BTCPP_LIB_DESTINATION} " )
message( STATUS "BTCPP_INCLUDE_DESTINATION: ${BTCPP_INCLUDE_DESTINATION} " )
Expand Down

0 comments on commit db89b3d

Please sign in to comment.