summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-10-20 16:37:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-11-03 20:28:49 +0100
commita63b9b15ca806337081c1e2126559be21fc3b7fe (patch)
treecff64be03d77f84555c7fa593298415887844de1 /config.h.cmake
parent3050c585ec2443470d87cfc8793f4809139ff0a8 (diff)
downloadkkbswitch-a63b9b15ca806337081c1e2126559be21fc3b7fe.tar.gz
kkbswitch-a63b9b15ca806337081c1e2126559be21fc3b7fe.zip
converios to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..0b3fbcf
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,16 @@
+#define VERSION "@VERSION@"
+
+// Defined if you have fvisibility and fvisibility-inlines-hidden support.
+#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
+
+
+// Defined to 1 if we have libxkbfile library
+#cmakedefine HAVE_LIBXKBFILE 1
+
+
+// Defined to 1 if we have libxkbfile headers
+#cmakedefine HAVE_X11_EXTENSIONS_XKBRULES_H 1