summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-02-07 12:47:51 +0100
committergregory guy <[email protected]>2019-02-08 14:04:57 +0100
commit756f6fd2f58c31e21c2f726dbb99e085ec97cfd4 (patch)
treec5b284eb1696941a42f4fce6891fd9540163bf23 /config.h.cmake
parenta77e36408cd1eaeb2d64a02b766b1cd875a4897c (diff)
downloadtde-style-ia-ora-756f6fd2f58c31e21c2f726dbb99e085ec97cfd4.tar.gz
tde-style-ia-ora-756f6fd2f58c31e21c2f726dbb99e085ec97cfd4.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
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@