Skip to content

Commit

Permalink
fix(lidar_transfusion): install lib (autowarefoundation#7953)
Browse files Browse the repository at this point in the history
Signed-off-by: Amadeusz Szymko <[email protected]>
  • Loading branch information
amadeuszsz authored Jul 11, 2024
1 parent f388b54 commit 1c7e462
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions perception/lidar_transfusion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ if(TRT_AVAIL AND CUDA_AVAIL AND CUDNN_AVAIL)
EXECUTABLE lidar_transfusion_node
)

install(
TARGETS transfusion_cuda_lib
DESTINATION lib
)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
Expand Down

0 comments on commit 1c7e462

Please sign in to comment.