summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-03-30 17:34:00 +0300
committerMavridis Philippe <mavridisf@gmail.com>2021-03-30 18:57:45 +0300
commit079304a40aa3160172ccf5285bd0a2cede403513 (patch)
tree2645c519f75e9c2a4aae3aa4846034982a6eed38 /config.h.cmake
parent2236746366ccdda326a30bce1deef1d4c5bddc73 (diff)
downloadkompose-079304a40aa3160172ccf5285bd0a2cede403513.tar.gz
kompose-079304a40aa3160172ccf5285bd0a2cede403513.zip
CMake build system support.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..67860c5
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,12 @@
+#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 if you don't have either the XTest headers or
+ the xcb-util-keysyms headers */
+#cmakedefine NO_XTEST_EXTENSION 1