Skip to content

Commit

Permalink
build: export include directories
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtist123 authored and ipa-vsp committed Apr 22, 2024
1 parent 93127ee commit d897882
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions canopen_fake_slaves/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ install(DIRECTORY
DESTINATION share/${PROJECT_NAME}/config/
)

install(DIRECTORY
include/
DESTINATION include
)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
Expand All @@ -78,6 +83,10 @@ if(BUILD_TESTING)
ament_lint_auto_find_test_dependencies()
endif()

ament_export_include_directories(
include
)

ament_export_dependencies(
${dependencies}
)
Expand Down

0 comments on commit d897882

Please sign in to comment.