diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-01-25 13:41:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-01-25 13:41:09 +0900 |
commit | b8225d27fca0564fda7f39b37d0e84b2654d2e49 (patch) | |
tree | 08b34df00db68a4bb60373f0fdf5c4f8ecaa0d36 /config.h.cmake | |
parent | e274309d9293777aaaecebccaa29a339a05bd4f9 (diff) | |
download | tdebluez-b8225d27fca0564fda7f39b37d0e84b2654d2e49.tar.gz tdebluez-b8225d27fca0564fda7f39b37d0e84b2654d2e49.zip |
Updated cmake related code to TDE standard.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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@ |