summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-08-17 13:06:41 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-08-29 18:19:53 +0200
commit2bfc8db4f52395a57d7de9d241db254adc8924bc (patch)
tree4cd6a97b186d66b2fd3284f2b0bf7526b9d76d19 /config.h.cmake
parent5fc34460555f26bc7066fa5df7bcb157d80f4eb8 (diff)
downloadlibkdcraw-2bfc8db4.tar.gz
libkdcraw-2bfc8db4.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> (cherry picked from commit 2e4e81b25e17309dadfcbce6cda68a0bf9516305)
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