You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
hi,ruki,当工程中存在许多proto文件,以每个proto文件作为一个target(称为proto target),对这些target应用rule("protobuf.cpp"),并指定好每个target对应的其它proto target依赖关系,此时当工程中的其它target(只包含源文件如c或cpp,称为source target)依赖这些proto target的时候,xmake ...