summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-08-17 13:06:41 +0200
committergregory guy <gregory-tde@laposte.net>2021-08-25 15:21:30 +0200
commit2e4e81b25e17309dadfcbce6cda68a0bf9516305 (patch)
treeb14a6e254ed2604ee16bf6fce6ed816a81f0bc29 /config.h.cmake
parentc995c0ed60652f38c8523d1a7ddef4c255afc913 (diff)
downloadlibkdcraw-2e4e81b25e17309dadfcbce6cda68a0bf9516305.tar.gz
libkdcraw-2e4e81b25e17309dadfcbce6cda68a0bf9516305.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net> some fixes and improvements. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..cf3d263
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,17 @@
+#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@
+
+/* Define lcms header */
+#cmakedefine LCMS_HEADER <@LCMS_HEADER@>
+
+/* Defined for lcms support */
+#cmakedefine USE_LCMS 1
+
+/* Defined if you have jpeg library */
+#cmakedefine HAVE_JPEG 1