diff options
author | gregory guy <[email protected]> | 2019-05-09 16:11:56 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-05-13 22:57:45 +0200 |
commit | 8ac32bf262973443d17fd367583a44e2e7d85cc5 (patch) | |
tree | 1e45f424ba5ccd20ce3edd4d1be8b8b778950cd2 /config.h.cmake | |
parent | e83b7d7ec918703ac1352059e801ca88882bd152 (diff) | |
download | kdpkg-8ac32bf262973443d17fd367583a44e2e7d85cc5.tar.gz kdpkg-8ac32bf262973443d17fd367583a44e2e7d85cc5.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 26f73f5100c4917f50f593f55fc96776055d2b39)
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@ |