diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-05-08 14:46:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-05-09 15:16:44 +0200 |
commit | afdfc9b17d1a626fecbfb3ac4c5828beea6fec47 (patch) | |
tree | c64bc7c5a059a02107c3c209b041c64010d15e4f /config.h.cmake | |
parent | a4fed294ff0451681fdba458429c7a1cbc1dbd1d (diff) | |
download | kxmleditor-afdfc9b17d1a626fecbfb3ac4c5828beea6fec47.tar.gz kxmleditor-afdfc9b17d1a626fecbfb3ac4c5828beea6fec47.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 8 |
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@ |