mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
7 lines
197 B
CMake
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
|
|
)
|