diff options
author | gregory guy <[email protected]> | 2021-10-07 15:17:57 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-11-30 11:04:08 +0100 |
commit | a69b55c674b0528c00598bea54b7a661f4e49f27 (patch) | |
tree | 93ab3c9c6a8c3be0d8e0da81391904a07f515a57 /config.h.cmake | |
parent | 0896465ce705beabf8562afbabd49f8b92bf3412 (diff) | |
download | tqscintilla-a69b55c674b0528c00598bea54b7a661f4e49f27.tar.gz tqscintilla-a69b55c674b0528c00598bea54b7a661f4e49f27.zip |
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
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..4064b66 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,8 @@ +#define VERSION "@VERSION@" + +// Defined if you have fvisibility and fvisibility-inlines-hidden support. +#cmakedefine __TDE_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@ |