1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00: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

@ -44,6 +44,11 @@ install(TARGETS ${PROGRAM_EXE}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT cli)
install(FILES ${PROJECT_LICENSE_FILE}
DESTINATION ${CMAKE_INSTALL_SHAREDIR}
COMPONENT cli
RENAME LICENSE.cli)
# Documentation
if (UNIX)