mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
module CxxShim {
|
|
header "libcxxshim.h"
|
|
requires cplusplus
|
|
}
|
|
|
|
module CxxStdlibShim {
|
|
header "libcxxstdlibshim.h"
|
|
requires cplusplus
|
|
}
|