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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Louis Dupond <jean-louis@dupond.be>2012-10-13 02:06:09 +0400
committerJean-Louis Dupond <jean-louis@dupond.be>2012-10-13 02:06:09 +0400
commit1b2b8feaec308e1e4c0a01c867c677a8f4331bbf (patch)
treeea51875a067882fc5c44abc05900147384dc0b74 /cmake/ConfigOptions.cmake
parent7bda742146110d75f05852396a7f6584703577f5 (diff)
cmake: add WITH_TRANSLATIONS to disable generation .po files (Fixes: #23)
Diffstat (limited to 'cmake/ConfigOptions.cmake')
-rw-r--r--cmake/ConfigOptions.cmake21
1 files changed, 21 insertions, 0 deletions
diff --git a/cmake/ConfigOptions.cmake b/cmake/ConfigOptions.cmake
new file mode 100644
index 000000000..eab91e6ea
--- /dev/null
+++ b/cmake/ConfigOptions.cmake
@@ -0,0 +1,21 @@
+# Remmina - The GTK+ Remote Desktop Client
+#
+# Copyright (C) 2012 Jean-Louis Dupond
+#
+# 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 2 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330,
+# Boston, MA 02111-1307, USA.
+
+
+option(WITH_TRANSLATIONS "Generate translations." ON)