Q往昔知识库
时间轴
ALL
技术⌄
linux
ERP
产品
读书
搜索
Github

目录

其他/c++ 库管理工具
创建时间: 2023-03-04 06:02:41更新时间: 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