diff options
| author | ruki <[email protected]> | 2020-04-28 22:58:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-28 11:53:15 +0800 |
| commit | 46db0ae216d4581b8db54c23e678f0cf50169569 (patch) | |
| tree | 99141fd38cbd57f42c4f4155976217a585341fb4 /xmake/rules/objc++ | |
| parent | e711f0074cfae91f75a0a20acd6ebea8c610fb98 (diff) | |
check includedirs, linkdirs and etc
Diffstat (limited to 'xmake/rules/objc++')
| -rw-r--r-- | xmake/rules/objc++/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/objc++/xmake.lua b/xmake/rules/objc++/xmake.lua index e54aa869c..ca027b9d6 100644 --- a/xmake/rules/objc++/xmake.lua +++ b/xmake/rules/objc++/xmake.lua @@ -65,3 +65,6 @@ rule("objc++") -- we attempt to extract symbols to the independent file and -- strip self-target binary if `set_symbols("debug")` and `set_strip("all")` are enabled add_deps("utils.symbols.extract") + + -- check targets + add_deps("utils.check.targets") |
