Skip to content

Commit

Permalink
Update CMakeLists.txt with installation of config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldokan authored Nov 5, 2023
1 parent 8ca221c commit 1cd3353
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions asv_setup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

# find dependencies
find_package(ament_cmake REQUIRED)
# uncomment the following section in order to fill in
# further dependencies manually.
# find_package(<dependency> REQUIRED)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
# comment the line when a copyright and license is added to all source files
set(ament_cmake_copyright_FOUND TRUE)
# the following line skips cpplint (only works in a git repo)
# comment the line when this package is in a git repo and when
# a copyright and license is added to all source files
set(ament_cmake_cpplint_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()

install(DIRECTORY
config
DESTINATION share/${PROJECT_NAME}
)

ament_package()

0 comments on commit 1cd3353

Please sign in to comment.