diff options
author | gregory guy <[email protected]> | 2018-12-15 13:25:07 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2018-12-15 13:25:07 +0100 |
commit | 625c20b0685de093b108a892291225b4420aa684 (patch) | |
tree | c8b129b4d46e0a8c8074f83df1e87cb5c5f0da75 /config.h.cmake | |
parent | c397dac9ff90061c144b52209509eab320599d02 (diff) | |
download | kplayer-625c20b0685de093b108a892291225b4420aa684.tar.gz kplayer-625c20b0685de093b108a892291225b4420aa684.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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..d123138 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,11 @@ +#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 to 1 if you have "sys/sysmacros.h" header */ +#cmakedefine HAVE_SYS_SYSMACROS_H 1 |