mirror of https://gitee.com/bigwinds/arangodb
Also copy zip packages to the output directory.
This commit is contained in:
parent
df881f3599
commit
b8c6473a24
|
@ -116,6 +116,11 @@ add_custom_target(copy_nsis_packages
|
||||||
|
|
||||||
list(APPEND COPY_PACKAGES_LIST copy_nsis_packages)
|
list(APPEND COPY_PACKAGES_LIST copy_nsis_packages)
|
||||||
|
|
||||||
|
add_custom_target(copy_zip_packages
|
||||||
|
COMMAND cp *.zip ${PACKAGE_TARGET_DIR})
|
||||||
|
|
||||||
|
list(APPEND COPY_PACKAGES_LIST copy_zip_packages)
|
||||||
|
|
||||||
add_custom_target(remove_packages
|
add_custom_target(remove_packages
|
||||||
COMMAND rm -f *.zip
|
COMMAND rm -f *.zip
|
||||||
COMMAND rm -f *.exe
|
COMMAND rm -f *.exe
|
||||||
|
|
Loading…
Reference in New Issue