Compile nextcoud gui as separate library
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Thu, 14 Jan 2021 22:07:32 +0000 (23:07 +0100)
committerCamila (Rebase PR Action) <hello@camila.codes>
Tue, 2 Feb 2021 13:35:04 +0000 (13:35 +0000)
commit73a41d8e349bc63b0193722a30369ab23a48523b
tree806b211b776f03c2e476dab960f218cd8eef1d11
parentc19f0487742f01ffcfd05d90081280e685c2c739
Compile nextcoud gui as separate library

Compiling nextcoud gui as a separate library. This is needed to more
easily write tests. The whole nextcloud application can now be linked
against the tests.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
src/gui/CMakeLists.txt
src/libsync/CMakeLists.txt
test/CMakeLists.txt
test/csync/CMakeLists.txt
test/nextcloud_add_test.cmake