diff options
| author | ruki <[email protected]> | 2018-04-14 00:55:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-13 23:34:39 +0800 |
| commit | a8a05178346e5efb902aaef8c55264e130389e00 (patch) | |
| tree | dac9887f08aee7fb5b86bf0b001debf422cf2f24 /tests/projects/console_c/xmake.lua | |
| parent | 7467328ac81ac59a95125420b4dbca1bc3abc5f3 (diff) | |
improve some templates
Diffstat (limited to 'tests/projects/console_c/xmake.lua')
| -rw-r--r-- | tests/projects/console_c/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/console_c/xmake.lua b/tests/projects/console_c/xmake.lua index 05d54fa63..4faa18a0f 100644 --- a/tests/projects/console_c/xmake.lua +++ b/tests/projects/console_c/xmake.lua @@ -1,5 +1,5 @@ --- add debug/release mode +-- add modes: debug and release add_rules("mode:debug", "mode:release") -- add target |
