summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-18 13:32:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-18 13:32:54 +0900
commit3031fcead54a66aa68b0653e35ef59fbae9e442f (patch)
tree4593183ce2c50ebd1320293a03e0bfd797e9f1f4 /config.h.cmake
parente952c17a7ce96d686b0ad54cb8d693bf137d6759 (diff)
downloadtwin-style-fahrenheit-3031fcead54a66aa68b0653e35ef59fbae9e442f.tar.gz
twin-style-fahrenheit-3031fcead54a66aa68b0653e35ef59fbae9e442f.zip
Add cmake building files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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@