diff options
author | gregory guy <[email protected]> | 2020-02-25 15:05:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-10 12:41:25 +0200 |
commit | 2578c13462d6ff5f6da401c62b24c461b3b445ca (patch) | |
tree | 3ca563d8f2606fb5321167858e5d5c6195ddd0ec /config.h.cmake | |
parent | ef3976a6cb843f51333ea43172306a9c8f4954ef (diff) | |
download | basket-2578c13462d6ff5f6da401c62b24c461b3b445ca.tar.gz basket-2578c13462d6ff5f6da401c62b24c461b3b445ca.zip |
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..dda134d --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,17 @@ +#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@ + +/* Defined if you have the libgpgme library */ +#cmakedefine HAVE_LIBGPGME 1 + +/* Defined if you have the aRts library */ +#cmakedefine WITH_ARTS 1 + +/* Defined if you have the libart-lgpl library */ +#cmakedefine HAVE_LIBART 1 |