Don't use variables for CMake target identifiers
authorNicolas Fella <nicolas.fella@gmx.de>
Tue, 13 Apr 2021 10:39:10 +0000 (12:39 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Thu, 19 Aug 2021 10:30:23 +0000 (10:30 +0000)
commit43cccb0a7356f7d4b9e49af505fc40243c93e78c
treeea78c25ce11daa97960ecea5a3996e457b9b4a4e
parent3d5d78f7a7ab200425b1433d556ea687d8a16494
Don't use variables for CMake target identifiers

This makes the code a bit nicer to read and maybe a bit more robust.

Set the relevant OUTPUT_NAME target properties to keep the ability to
customize the names of the installed binaries.

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
12 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/cmd/CMakeLists.txt
src/csync/CMakeLists.txt
src/gui/CMakeLists.txt
src/libsync/CMakeLists.txt
src/libsync/vfs/cfapi/CMakeLists.txt
src/libsync/vfs/suffix/CMakeLists.txt
src/libsync/vfs/xattr/CMakeLists.txt
test/CMakeLists.txt
test/csync/CMakeLists.txt
test/nextcloud_add_test.cmake