appveyor.yml

This commit is contained in:
Mikhail Titov 2015-12-12 18:05:14 -06:00
parent 4b2bd6e18f
commit bc775140bb
2 changed files with 208 additions and 0 deletions

View file

@ -321,3 +321,15 @@ if (WITH_BINARY)
install(FILES $<TARGET_PDB_FILE:${PROJECT_NAME}> DESTINATION "bin" CONFIGURATIONS DEBUG)
endif ()
endif ()
install(FILES ../LICENSE
DESTINATION .
COMPONENT Runtime
)
# Take a copy on Appveyor
install(FILES "C:/projects/openssl-$ENV{OPENSSL}/LICENSE"
DESTINATION .
COMPONENT Runtime
RENAME LICENSE_OPENSSL
OPTIONAL # for local builds only!
)