Files
swift-mirror/test/Interop/Cxx/stdlib/Inputs/module.modulemap

25 lines
326 B
Plaintext

module StdVector {
header "std-vector.h"
requires cplusplus
}
module StdString {
header "std-string.h"
requires cplusplus
}
module StdMap {
header "std-map.h"
requires cplusplus
}
module StdOptional {
header "std-optional.h"
requires cplusplus
}
module StdSet {
header "std-set.h"
requires cplusplus
}