Files
swift-mirror/cmake/modules/SwiftCXXUtils.cmake

6 lines
148 B
CMake

# Platforms that use libstdc++ as the system-wide default C++ standard library.
set(SWIFT_LIBSTDCXX_PLATFORMS
"LINUX"
"CYGWIN"
"HAIKU")