Skip to content

Commit

Permalink
Add library alias for BT::behaviortree_cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shkwon98 committed Apr 21, 2024
1 parent e066971 commit 8682e3f
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 @@ -187,6 +187,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 8682e3f

Please sign in to comment.