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
2 changed files with 8 additions and 0 deletions
+8
View File
@@ -307,6 +307,14 @@ install(
"share/darknet" "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 license files
install( install(
FILES FILES
View File