diff options
author | Mavridis Philippe <[email protected]> | 2024-10-03 20:50:43 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2024-10-03 20:50:43 +0300 |
commit | d7d77db04372685ebb6e7acaf9185566b13cbf1b (patch) | |
tree | e697db3842a38b0e8bf70647300a643735abaec2 /config.h.cmake | |
parent | 0c35ccad36b9f8b8763787c48138710fdf539977 (diff) | |
download | twin-style-mallory-d7d77db04372685ebb6e7acaf9185566b13cbf1b.tar.gz twin-style-mallory-d7d77db04372685ebb6e7acaf9185566b13cbf1b.zip |
Port to CMake, drop Autotools
Signed-off-by: Mavridis Philippe <[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..1370df9 --- /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@
\ No newline at end of file |