diff options
| author | Goncalo Carvalho <glslang@gmail.com> | 2017-06-25 21:36:11 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-29 11:04:57 -0400 |
| commit | bcb2556c69eddd3e34fbe89f36a23ae8821c682d (patch) | |
| tree | 45267cfa29542173e82bb9bb7320f1d101701d7d /test cases/swift/6 modulemap/module.modulemap | |
| parent | f12ece4547f7882027e7ebd916a5e5de13129ce8 (diff) | |
| download | meson-bcb2556c69eddd3e34fbe89f36a23ae8821c682d.tar.gz | |
add project/global args and include_dirs (useful for module maps) to swift targets
Diffstat (limited to 'test cases/swift/6 modulemap/module.modulemap')
| -rw-r--r-- | test cases/swift/6 modulemap/module.modulemap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/swift/6 modulemap/module.modulemap b/test cases/swift/6 modulemap/module.modulemap new file mode 100644 index 000000000..5aab62e97 --- /dev/null +++ b/test cases/swift/6 modulemap/module.modulemap @@ -0,0 +1,5 @@ +module mylib [extern_c] { + header "mylib.h" + link "mylib" + export * +} |
