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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-06-22 19:30:26 +0300
committerHannah von Reth <vonreth@kde.org>2022-06-28 15:04:08 +0300
commit025345351762602a435e58014650266674801ff3 (patch)
treef19764e85c247bf7739c982cd6fc8de16ed13b7e /src/CMakeLists.txt
parent44a72a011342711d7b663fc8a0f9639485d6b591 (diff)
Move resources to a shared libary
This allows us to use resources in the cmd app and the unit tests. Fixes: #8839
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 878bce1bb..e6822fbf0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -37,6 +37,7 @@ elseif(UNIX AND NOT APPLE)
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,relro -Wl,-z,now")
endif()
+add_subdirectory(resources)
add_subdirectory(csync)
add_subdirectory(libsync)
if (NOT BUILD_LIBRARIES_ONLY)