aboutsummaryrefslogtreecommitdiffstats
path: root/GSM
diff options
context:
space:
mode:
authorSergey.Kostanbaev <sergey.kostanbaev@fairwaves.co>2017-12-14 11:46:19 +0300
committerSergey.Kostanbaev <sergey.kostanbaev@fairwaves.co>2017-12-14 11:46:19 +0300
commit8176f8b811b16ca6beffbf5084d18c17b5ea3355 (patch)
treeee668da701edc164e1b67b641f5b9ca7abe5fc76 /GSM
parentaa60dda99a22f6a60d5c6f9b08d50febe49757ef (diff)
initial libxtrx support
Diffstat (limited to 'GSM')
-rw-r--r--GSM/CMakeLists.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/GSM/CMakeLists.txt b/GSM/CMakeLists.txt
new file mode 100644
index 0000000..d0f14b8
--- /dev/null
+++ b/GSM/CMakeLists.txt
@@ -0,0 +1,23 @@
+#
+# Copyright 2008, 2009 Free Software Foundation, Inc.
+#
+# This software is distributed under the terms of the GNU Public License.
+# See the COPYING file in the main directory for details.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+set(libGSM_files GSMCommon.cpp)
+add_library(GSM ${libGSM_files})
+