diff options
| author | ruki <[email protected]> | 2020-08-22 23:46:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-08-22 23:46:44 +0800 |
| commit | 6da64856c6ed01eb567a977dae3e117babaaa287 (patch) | |
| tree | 7c5fe395a9c34aa4a7d5946a6217e40e3de67ae7 /tests/projects/rust/static_library/xmake.lua | |
| parent | 55eb2fa3baaa571a616250ee8a89e98b4d82d49c (diff) | |
remove some comments
Diffstat (limited to 'tests/projects/rust/static_library/xmake.lua')
| -rw-r--r-- | tests/projects/rust/static_library/xmake.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/projects/rust/static_library/xmake.lua b/tests/projects/rust/static_library/xmake.lua index 5ae884d1a..fa38d17e5 100644 --- a/tests/projects/rust/static_library/xmake.lua +++ b/tests/projects/rust/static_library/xmake.lua @@ -1,25 +1,12 @@ --- add rules add_rules("mode.debug", "mode.release") --- add target target("interfaces") - - -- set kind set_kind("static") - - -- add files add_files("src/interfaces.rs") --- add target target("test") - - -- set kind set_kind("binary") - - -- add deps add_deps("interfaces") - - -- add files add_files("src/main.rs") |
