summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-11 04:11:27 +0900
committerMichele Calgaro <[email protected]>2024-03-05 10:23:45 +0900
commit95f2a2d8b59e13dcdcd7e58ed4ec8553f039b45e (patch)
tree933488bf4df57a5bf417ed94e3b63bf5e79e632b /config.h.cmake
parentfb563936c18efd3808cb88d6e6dc68f8997befac (diff)
downloadtde-guidance-95f2a2d8b59e13dcdcd7e58ed4ec8553f039b45e.tar.gz
tde-guidance-95f2a2d8b59e13dcdcd7e58ed4ec8553f039b45e.zip
Conversion to cmake building system
Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
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@