summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-03-13 16:31:34 +0100
committergregory guy <g-gregory@gmx.fr>2019-03-20 13:46:42 +0100
commit4dfb812575ade9e6dbeb10389c58588238c316d8 (patch)
tree5bf2d3c08e03edc5c481eab0034512b0e0e17cb2 /config.h.cmake
parent32438582c1e9903343046fdb9eb8914a13aded7a (diff)
downloadlibkipi-4dfb812575ade9e6dbeb10389c58588238c316d8.tar.gz
libkipi-4dfb812575ade9e6dbeb10389c58588238c316d8.zip
conversion 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.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@