1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-09 08:55:35 +02:00
gbe_fork/cmake/share/cmake-3.30/Modules/CXX-DetectStdlib.h
2024-08-19 00:33:31 +02:00

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