summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2024-03-10 19:48:49 +0200
committerMavridis Philippe <[email protected]>2024-03-10 20:04:10 +0200
commitbf8023245ca81129b27778d9e38f4cbdcdd1dc5b (patch)
tree9d87daf1597b81e8e0f0eb493f0c1f2930627822 /config.h.cmake
parentff13ed1771d5265ffc9e2d70945dd990c6b93289 (diff)
downloadtde-style-polyester-bf8023245ca81129b27778d9e38f4cbdcdd1dc5b.tar.gz
tde-style-polyester-bf8023245ca81129b27778d9e38f4cbdcdd1dc5b.zip
Port to CMake build system
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..120d520
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,9 @@
+#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@
+