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:
parent
c5e9222abe
commit
37647685ea
3 changed files with 10 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue