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:
authorDavide Beatrici <git@davidebeatrici.dev>2020-05-26 02:12:27 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2020-07-11 20:34:49 +0300
commit6b87ac6221b475b65df4d1cd1cbc680c5a18db1c (patch)
treea65947281d80d74107fc6bac788e23a0501fec2b /plugins/ut3
parentabc04159f5d27547e55372bcbf1d547ecdc3fe99 (diff)
Plugins: add CMakeLists.txt files
Diffstat (limited to 'plugins/ut3')
-rw-r--r--plugins/ut3/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ut3/CMakeLists.txt b/plugins/ut3/CMakeLists.txt
new file mode 100644
index 000000000..ad11ea2ee
--- /dev/null
+++ b/plugins/ut3/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright 2019-2020 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(ut3 SHARED "ut3.cpp")