diff options
| author | ruki <[email protected]> | 2019-09-07 00:49:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-06 22:57:05 +0800 |
| commit | 1d6857de2bc044f45f76270256fad011a591abfc (patch) | |
| tree | 2a028539f470eaee636744990e15c3c42b39edbd /tests/projects/objc++/modulemap/xmake.lua | |
| parent | 0f7e7701f27eec0118930eddefba0d0ca3269d38 (diff) | |
add modulemap tests
Diffstat (limited to 'tests/projects/objc++/modulemap/xmake.lua')
| -rw-r--r-- | tests/projects/objc++/modulemap/xmake.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/objc++/modulemap/xmake.lua b/tests/projects/objc++/modulemap/xmake.lua new file mode 100644 index 000000000..a7cdbc308 --- /dev/null +++ b/tests/projects/objc++/modulemap/xmake.lua @@ -0,0 +1,6 @@ +target("modulemap") + set_kind("binary") + add_files("src/*.mm", "src/*.m") + add_mxxflags("-fmodules", "-fcxx-modules", "-fmodule-map-file=src/module.modulemap") + + |
