diff options
author | gregory guy <[email protected]> | 2019-02-16 13:19:07 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-02-18 15:47:21 +0100 |
commit | 7c4e6cb6819590d33f6ae66cc92bbf83d2601684 (patch) | |
tree | 85181273f467bc400a818e05398f24da7d6cc684 /config.h.cmake | |
parent | 351ba2f534298c1caaeb6eb039922d3820df7ddf (diff) | |
download | dolphin-7c4e6cb6819590d33f6ae66cc92bbf83d2601684.tar.gz dolphin-7c4e6cb6819590d33f6ae66cc92bbf83d2601684.zip |
fix issue #2, add WITH_ALL_OPTIONS, clean up CMakeLists.txt from libvisual and write config.h.cmake up
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 index e69de29..61ede3a 100644 --- a/config.h.cmake +++ 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@ |