summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2018-12-05 12:40:07 +0100
committerSlávek Banko <[email protected]>2018-12-09 19:50:50 +0100
commit404a34b9209547fd369b0c42562a92658693ff44 (patch)
tree9f88400ae16d11edae36f2728b950eb01a6295a7 /config.h.cmake
parentc97baf19f57115aaea97ae3799a5f2f998fb0e45 (diff)
downloadknowit-404a34b9209547fd369b0c42562a92658693ff44.tar.gz
knowit-404a34b9209547fd369b0c42562a92658693ff44.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 9004ae5427c4b939d7fbf21a7ab275181d534175)
Diffstat (limited to 'config.h.cmake')
-rwxr-xr-xconfig.h.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100755
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@