mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 02:56:21 -04:00
Installing keepassxc-cli executable.
This commit is contained in:
parent
342d49d050
commit
805600ad44
1 changed files with 4 additions and 0 deletions
|
@ -33,3 +33,7 @@ target_link_libraries(keepassxc-cli
|
||||||
${GPGERROR_LIBRARIES}
|
${GPGERROR_LIBRARIES}
|
||||||
${ZLIB_LIBRARIES}
|
${ZLIB_LIBRARIES}
|
||||||
zxcvbn)
|
zxcvbn)
|
||||||
|
|
||||||
|
install(TARGETS keepassxc-cli
|
||||||
|
BUNDLE DESTINATION . COMPONENT Runtime
|
||||||
|
RUNTIME DESTINATION ${BIN_INSTALL_DIR} COMPONENT Runtime)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue