summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-02-14 15:44:24 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-02-17 12:51:34 +0100
commit664a1607314023d497531dca30618eb6e32efd65 (patch)
treecdc633cffd13e487a3c16bed2f9d52607d82674f /config.h.cmake
parentdcd4d75b33f14331c72c1ce9ea551f9d2e48218c (diff)
downloadkatapult-664a1607314023d497531dca30618eb6e32efd65.tar.gz
katapult-664a1607314023d497531dca30618eb6e32efd65.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 7a10077e8260148faa37d5a91e76135e1341e4c1)
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@