1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-19 04:10:03 +02:00

CMake: install license file for both cli and gui

This commit is contained in:
Henrik Hautakoski 2020-04-24 16:35:10 +02:00
parent c5e9222abe
commit 37647685ea
3 changed files with 10 additions and 8 deletions

View file

@ -62,6 +62,11 @@ install(TARGETS ${PROGRAM_EXE}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT gui)
install(FILES ${PROJECT_LICENSE_FILE}
DESTINATION ${CMAKE_INSTALL_SHAREDIR}
COMPONENT gui
RENAME LICENSE.gui)
# --------------------------------
# Package
# --------------------------------