mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-03-09 18:31:15 +00:00
11 lines
219 B
C
11 lines
219 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
|