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++ | |
| parent | 2daaee9087bf3a503831d8dfb141baa328cbac43 (diff) | |
improve protobuf
Diffstat (limited to 'tests/projects/c++')
| -rw-r--r-- | tests/projects/c++/protobuf/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/protobuf/xmake.lua b/tests/projects/c++/protobuf/xmake.lua index da8f1ee16..ee65ee71f 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-cpp") -- add target -target("console_c++") +target("test") -- set kind set_kind("binary") |
