mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-10 09:43:57 +08:00
11 lines
229 B
C
11 lines
229 B
C
|
#include <version>
|
||
|
// clang-format off
|
||
|
#if defined(_LIBCPP_VERSION)
|
||
|
CMAKE-STDLIB-DETECT: libc++
|
||
|
#elif defined(__GLIBCXX__)
|
||
|
CMAKE-STDLIB-DETECT: libstdc++
|
||
|
#else
|
||
|
CMAKE-STDLIB-DETECT: UNKNOWN
|
||
|
#endif
|
||
|
// clang-format on
|