只写和Nuget相关的
Example:
vcpkg export zlib zlib:x64-windows boost --nuget
相关命令参数:
vcpkg help export //查看导出的帮助文档
--nuget Export a NuGet package //导出成Nuget包
--output=... Specify the output name (used to construct filename) //设置输出文件名,最终文件名会自动加上[version].nupkg,,如果指定了id,version,会自动生成文件名,这里可以不指定
--output-dir=... Specify the output directory for produced artifacts //指定输出路径
--nuget-id=... Specify the id for the exported NuGet package (overrides --output) //指定nugetid
--nuget-description=... Specify a description for the exported NuGet package //指定nuget包的描述
--nuget-version=... Specify the version for the exported NuGet package //指定版本
注意事项:
打包时会将依赖项也打到同一个包里,这个有点不太好,有可能导致包比较大