mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
148 B
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")
|