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