diff options
| author | ruki <[email protected]> | 2020-06-12 22:34:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-12 09:28:51 +0800 |
| commit | cf1df0402b2fdcb1c6d8d4f35385f153a036dc24 (patch) | |
| tree | 353270c8ba9680160686ca26a4fa54b7e909a08a /tests/projects/c/protobuf/xmake.lua | |
| parent | 2daaee9087bf3a503831d8dfb141baa328cbac43 (diff) | |
improve protobuf
Diffstat (limited to 'tests/projects/c/protobuf/xmake.lua')
| -rw-r--r-- | tests/projects/c/protobuf/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c/protobuf/xmake.lua b/tests/projects/c/protobuf/xmake.lua index 151acf5b4..b32af856c 100644 --- a/tests/projects/c/protobuf/xmake.lua +++ b/tests/projects/c/protobuf/xmake.lua @@ -6,7 +6,7 @@ add_rules("mode.debug", "mode.release") add_requires("protobuf-c") -- add target -target("console_c") +target("test") -- set kind set_kind("binary") @@ -16,5 +16,5 @@ target("console_c") -- add files add_files("src/*.c") - add_files("src/*.proto", {rules = "protobuf.c"}) + add_files("src/**.proto", {rules = "protobuf.c"}) |
