Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Sep 5, 2023
1 parent 8ccc5ed commit 5a7f6e3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tesseract_collision/bullet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ if(${HACD_LIBRARY})
target_include_directories(
${PROJECT_NAME}_hacd_convex_decomposition PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
"$<INSTALL_INTERFACE:include>")
install_targets(TARGETS ${PROJECT_NAME}_hacd_convex_decomposition)
install_targets(
TARGETS
${PROJECT_NAME}_hacd_convex_decomposition
COMPONENT
bullet)
endif()

if(NOT MSVC)
Expand Down Expand Up @@ -108,7 +112,11 @@ if(NOT MSVC)

list(APPEND PACKAGE_LIBRARIES create_convex_hull)

install_targets(TARGETS create_convex_hull)
install_targets(
TARGETS
create_convex_hull
COMPONENT
bullet)
endif()

# Add factory library so contact_managers_factory can find these factories by defauult
Expand Down

0 comments on commit 5a7f6e3

Please sign in to comment.