Publishing `extras` directory

This commit is contained in:
Daniel Wolf 2017-07-10 21:02:05 +02:00
parent 745f601ef4
commit 5166f21524
1 changed files with 4 additions and 0 deletions

View File

@ -468,5 +468,9 @@ install(
FILES README.adoc LICENSE.md VERSION.md FILES README.adoc LICENSE.md VERSION.md
DESTINATION . DESTINATION .
) )
install(
DIRECTORY extras
DESTINATION .
)
include(CPack) include(CPack)