summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-06-25 21:09:25 +0300
committerMavridis Philippe <mavridisf@gmail.com>2021-06-25 21:37:11 +0300
commit5351c3e573802130a903c9ba659aaf33e26e851d (patch)
tree122b24811d30b9b774378cd1f777ccb2fa9ffdd6 /config.h.cmake
parent16c650c19e6b8c8f74851939b50402c5e6e4aed2 (diff)
downloadtwin-style-suse2-5351c3e573802130a903c9ba659aaf33e26e851d.tar.gz
twin-style-suse2-5351c3e573802130a903c9ba659aaf33e26e851d.zip
Added CMake build rules
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..61ede3a
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,8 @@
+#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@