Skip to content
Snippets Groups Projects
Commit 4f35852e authored by Linus Sherrill's avatar Linus Sherrill
Browse files

Add install command to install the package config file.

parent 1539cd4a
Branches master
No related tags found
No related merge requests found
...@@ -11,3 +11,6 @@ add_subdirectory( src ) ...@@ -11,3 +11,6 @@ add_subdirectory( src )
# configure the package description file. # configure the package description file.
configure_file( darknetConfig.cmake.in configure_file( darknetConfig.cmake.in
${CMAKE_BINARY_DIR}/darknetConfig.cmake @ONLY ) ${CMAKE_BINARY_DIR}/darknetConfig.cmake @ONLY )
install( FILES ${CMAKE_BINARY_DIR}/darknetConfig.cmake
DESTINATION .)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment