Salome HOME
Add rsync as a new protocol for copy.
[tools/libbatch.git] / src / Core / CMakeLists.txt
index 6b4d8f7c0cff0a27e975a40489e6a002722ac337..491d99c4330b03da91d18e6ed1cdf20757b5a349 100644 (file)
@@ -67,6 +67,10 @@ IF (HAS_SSH)
     APPEND_CLASSES_TO_SRC_FILES(Core/CommunicationProtocolSSH)
 ENDIF (HAS_SSH)
 
+IF (HAS_RSYNC)
+    APPEND_CLASSES_TO_SRC_FILES(Core/CommunicationProtocolRsync)
+ENDIF (HAS_RSYNC)
+
 
 IF (LIBBATCH_BUILD_TESTS)
     ADD_SUBDIRECTORY(Test)