Skip to content

Commit dfaa214

Browse files
committed
Merge pull request #2 from clearpathrobotics/install-launch
Add install rule for launch dir
2 parents f66e7a3 + c1caccf commit dfaa214

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wireless_watcher/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ install(PROGRAMS
99
nodes/watcher_node
1010
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
1111
)
12+
13+
install(DIRECTORY launch
14+
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

0 commit comments

Comments
 (0)