File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ ament_python_install_package(behaviortree_py PACKAGE_DIR behaviortree_py)
1818
1919add_library (${PROJECT_NAME} _headers INTERFACE )
2020
21+ target_link_libraries (${PROJECT_NAME} _headers
22+ INTERFACE behaviortree_cpp::behaviortree_cpp fmt::fmt)
2123target_include_directories (
2224 ${PROJECT_NAME} _headers
2325 INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include>"
@@ -36,7 +38,7 @@ add_custom_command(
3638 WORKING_DIRECTORY $<TARGET_FILE_DIR:behaviortree_py>
3739 USES_TERMINAL )
3840
39- install (DIRECTORY include / DESTINATION include /${PROJECT_NAME} )
41+ install (DIRECTORY include / DESTINATION include /)
4042install (TARGETS behaviortree_py
4143 LIBRARY DESTINATION ${PYTHON_INSTALL_DIR} /behaviortree_py)
4244
You can’t perform that action at this time.
0 commit comments