summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-12-19 12:15:31 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-19 23:25:26 +0100
commitb7d8667d4d574ef78bc2ec6a63fb9b59c6bc0fcd (patch)
treeb0d9449623b6b81deb387ffb1f58fab41590834f /config.h.cmake
parent639cb9bec8017e764a3b952757f13283fb1d8039 (diff)
downloadpotracegui-b7d8667d4d574ef78bc2ec6a63fb9b59c6bc0fcd.tar.gz
potracegui-b7d8667d4d574ef78bc2ec6a63fb9b59c6bc0fcd.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit e4a719c080c3d26387a3288815eb20c164c3ed37)
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@