diff options
| author | ruki <[email protected]> | 2019-09-06 00:13:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-05 19:21:07 +0800 |
| commit | 5f3ad152caf5509dd6e8a8249872c8969be1d49f (patch) | |
| tree | 7bf28a9ce47129605e7b7c52e90e284106adad89 /xmake/rules/objc++ | |
| parent | a8061f2bed770641ea7137e6211aea50bbe6abd9 (diff) | |
add cppmodule rules and tests
Diffstat (limited to 'xmake/rules/objc++')
| -rw-r--r-- | xmake/rules/objc++/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/objc++/xmake.lua b/xmake/rules/objc++/xmake.lua index 986e3d1a3..e666d8b38 100644 --- a/xmake/rules/objc++/xmake.lua +++ b/xmake/rules/objc++/xmake.lua @@ -29,7 +29,7 @@ rule("objc.build") -- define rule: objc++.build rule("objc++.build") set_extensions(".mm") - add_deps("cpp.build.pcheader") + add_deps("c++.build.pcheader") on_build_files(function (target, sourcebatch, opt) import("private.action.build.object")(target, sourcebatch, opt) end) |
