meson/test cases/swift/6 modulemap/module.modulemap

6 lines
79 B
Plaintext

module mylib [extern_c] {
header "mylib.h"
link "mylib"
export *
}