Ament index marker (#3)

* Add ament_index marker file

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Install ament index marker

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
This commit is contained in:
Shane Loretz 2020-03-06 12:03:17 -05:00 committed by GitHub
parent c8d68fbe1e
commit 7f9693b325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -307,6 +307,14 @@ install(
"share/darknet"
)
# Add an entry to the ament index
install(
FILES
resource/darknet_vendor
DESTINATION
"share/ament_index/resource_index/packages/"
)
# Install license files
install(
FILES

0
resource/darknet_vendor Normal file
View File