mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Install the client binary.
This commit is contained in:
parent
c08ec25f5b
commit
a472014d8b
1 changed files with 6 additions and 0 deletions
|
@ -42,3 +42,9 @@ set_target_properties(
|
||||||
csync
|
csync
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
TARGETS
|
||||||
|
csync_client
|
||||||
|
DESTINATION
|
||||||
|
${BIN_INSTALL_DIR}
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue