Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/deadLockPlugin/CMakeLists.txt')
-rw-r--r--plugins/deadLockPlugin/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/deadLockPlugin/CMakeLists.txt b/plugins/deadLockPlugin/CMakeLists.txt
new file mode 100644
index 000000000..8e28af5f0
--- /dev/null
+++ b/plugins/deadLockPlugin/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright 2021 The Mumble Developers. All rights reserved.
+# Use of this source code is governed by a BSD-style license
+# that can be found in the LICENSE file at the root of the
+# Mumble source tree or at <https://www.mumble.info/LICENSE>.
+
+add_library(deadLockPlugin SHARED "deadLockPlugin.cpp")