Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/csync
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-02-07 15:48:52 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2022-02-11 17:31:22 +0300
commit4371c0cbfed37fa319822e8433be61fd9ce4aa72 (patch)
tree8a2f96b7d196057c95c46ec1926682d70fa4f393 /src/csync
parent9c266d2ed2d6d1d3951b4ae43cd33c80a115b75b (diff)
add headers in cmake files to get them properly detected
qt creator for example requires that headers are explcitly given in the source lists Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'src/csync')
-rw-r--r--src/csync/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/csync/CMakeLists.txt b/src/csync/CMakeLists.txt
index ec655df67..5bdd5e5bf 100644
--- a/src/csync/CMakeLists.txt
+++ b/src/csync/CMakeLists.txt
@@ -39,11 +39,15 @@ if(NO_RENAME_EXTENSION)
endif()
set(csync_SRCS
+ csync.h
csync.cpp
+ csync_exclude.h
csync_exclude.cpp
+ std/c_time.h
std/c_time.cpp
+ vio/csync_vio_local.h
)
if (WIN32)