mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
9 lines
175 B
CMake
9 lines
175 B
CMake
#ifdef __APPLE__
|
|
# ifdef __BIG_ENDIAN__
|
|
# define WORDS_BIGENDIAN 1
|
|
# else
|
|
# undef WORDS_BIGENDIAN
|
|
# endif
|
|
#else
|
|
#cmakedefine WORDS_BIGENDIAN ${CMAKE_WORDS_BIGENDIAN}
|
|
#endif
|