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)
18
18
19
19
add_library (${PROJECT_NAME} _headers INTERFACE )
20
20
21
+ target_link_libraries (${PROJECT_NAME} _headers
22
+ INTERFACE behaviortree_cpp::behaviortree_cpp fmt::fmt )
21
23
target_include_directories (
22
24
${PROJECT_NAME} _headers
23
25
INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include>"
@@ -36,7 +38,7 @@ add_custom_command(
36
38
WORKING_DIRECTORY $< TARGET_FILE_DIR:behaviortree_py>
37
39
USES_TERMINAL )
38
40
39
- install (DIRECTORY include / DESTINATION include /${PROJECT_NAME} )
41
+ install (DIRECTORY include / DESTINATION include / )
40
42
install (TARGETS behaviortree_py
41
43
LIBRARY DESTINATION ${PYTHON_INSTALL_DIR} /behaviortree_py )
42
44
You can’t perform that action at this time.
0 commit comments