Skip to content

Commit

Permalink
シェルスクリプトのインストール
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Nov 9, 2023
1 parent 17b4a73 commit b0feb6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sciurus17_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
cmake_minimum_required(VERSION 3.5)
project(sciurus17_tools)

find_package(ament_cmake REQUIRED)

install(DIRECTORY
scripts
rules
DESTINATION lib/${PROJECT_NAME}/
)

ament_package()

0 comments on commit b0feb6e

Please sign in to comment.