Install the client binary.

This commit is contained in:
Andreas Schneider 2008-05-05 17:52:19 +02:00
parent c08ec25f5b
commit a472014d8b

View file

@ -42,3 +42,9 @@ set_target_properties(
csync
)
install(
TARGETS
csync_client
DESTINATION
${BIN_INSTALL_DIR}
)