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/sto
parentabc04159f5d27547e55372bcbf1d547ecdc3fe99 (diff)
Plugins: add CMakeLists.txt files
Diffstat (limited to 'plugins/sto')
-rw-r--r--plugins/sto/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/sto/CMakeLists.txt b/plugins/sto/CMakeLists.txt
new file mode 100644
index 000000000..ea1ebb36c
--- /dev/null
+++ b/plugins/sto/CMakeLists.txt
@@ -0,0 +1,8 @@
+# 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(sto SHARED "../null_plugin.cpp")
+
+target_compile_definitions(sto PRIVATE "NULL_DESC=L\"Star Trek Online (retracted due to lack of maintenance)\"")