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

Add code to install include files in include subdirectory.

parent aab69d68
No related branches found
No related tags found
No related merge requests found
......@@ -223,8 +223,9 @@ install( TARGETS darknet_lib darknet
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
COMPONENT runtime
)
install( FILES ${public_headers}
DESTINATION "include"
install( FILES ${headers}
DESTINATION "include/darknet"
)
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