ensure DLL are generated with branded names
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 5 Oct 2021 09:29:49 +0000 (11:29 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Wed, 6 Oct 2021 07:56:33 +0000 (07:56 +0000)
commitc751fd56723284d5bcd3a9bb79db2e4c59acd70a
tree763f081b550c9d4ea58ff243bb413168fdcc71e3
parentf7a34b8bdcc558ab8cf72a1622a96954834d1ecd
ensure DLL are generated with branded names

cmake distinct runtime and library

on unix dynamic shared libraries are library kind of objects
on windows they are runtime kind of objects

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/csync/CMakeLists.txt
src/libsync/CMakeLists.txt
src/libsync/vfs/cfapi/CMakeLists.txt
src/libsync/vfs/suffix/CMakeLists.txt
src/libsync/vfs/xattr/CMakeLists.txt