nextcloud-desktop/admin/win/tools/NCToolsShared/CMakeLists.txt
Andy Scherzinger 00994aa9e8
docs(reuse): Migrate to SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-04-16 15:19:26 +02:00

7 lines
197 B
CMake

# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: GPL-2.0-or-later
add_library(NCToolsShared STATIC
utility_win.cpp
SimpleNamedMutex.cpp
)