summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-03-14 14:32:57 +0100
committergregory guy <[email protected]>2019-03-20 13:49:44 +0100
commit5055b406cde3a6f5495df6d3f7d1f70e8d262968 (patch)
treefdc6723ae29f695bbb94278b1bd66e6831f85906 /config.h.cmake
parent0638ecc6ca0eeec3135b42b839df3ba698891090 (diff)
downloadlibkexiv2-5055b406cde3a6f5495df6d3f7d1f70e8d262968.tar.gz
libkexiv2-5055b406cde3a6f5495df6d3f7d1f70e8d262968.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.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..b26b50a
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,11 @@
+#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 have <kdemacros.h> header */
+#cmakedefine KDEMACROS_USABLE 1