diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-12-05 12:40:07 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-09 18:28:43 +0100 |
commit | 9004ae5427c4b939d7fbf21a7ab275181d534175 (patch) | |
tree | 5a4a56b0278c9ce7292d6a08115e5d7dd09a52a7 /config.h.cmake | |
parent | 159af1d7343f59679cc0e7e612d98bb46ffc9230 (diff) | |
download | knowit-9004ae5427c4b939d7fbf21a7ab275181d534175.tar.gz knowit-9004ae5427c4b939d7fbf21a7ab275181d534175.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'config.h.cmake')
-rwxr-xr-x | config.h.cmake | 8 |
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@ |