Q博客/wiki/知识库/文章收藏
时间轴
ALL
技术
ERP
应用
搜索
c++ 库管理工具
更新时间: 2023-03-04 06:02:41

#c++ 库管理工具

golang 有 go.mod java maven /gradle python 有 implements.txt pip3

#c++ makefile CMakeLits.txt

微软开源的 Vcpkg https://github.com/microsoft/vcpkg/ 可帮助您在 Windows、 Linux 和 MacOS 上管理 C 和 C++ 库。

https://github.com/microsoft/vcpkg/blob/master/README_zh_CN.md

本文目录

c++ makefile CMakeLits.txt