cmake-vcpkg-example:带有vcpkg软件包管理器的CMake项目示例

时间:2024-03-06 11:53:36
【文件属性】:

文件名称:cmake-vcpkg-example:带有vcpkg软件包管理器的CMake项目示例

文件大小:10KB

文件格式:ZIP

更新时间:2024-03-06 11:53:36

cmake cpp example vcpkg project-structure

CMake vcpkg项目示例 有关如何使用vcpkg及其( vcpkg.json )实验功能设置CMake项目的示例 入门 使用--recurse-submodules标志克隆--recurse-submodules git clone --recurse-submodules https://github.com/miredirex/cmake-vcpkg-example.git 运行./vcpkg/bootstrap-vcpkg.sh或.\vcpkg\bootstrap-vcpkg.bat 获取依赖项(请参阅 ): (这是可选的,无论如何CMake都应该运行vcpkg install ) ./vcpkg/vcpkg --feature-flags=manifests install 使用您选择的IDE /构建工具或手动构建项目: cmake -B build -S .


【文件预览】:
cmake-vcpkg-example-master
----.gitignore(9KB)
----vcpkg()
----app()
--------main.cpp(483B)
--------CMakeLists.txt(81B)
----LICENSE(1KB)
----.gitmodules(76B)
----vcpkg.json(129B)
----README.md(1KB)
----lib()
--------src()
--------include()
--------test()
--------CMakeLists.txt(431B)
----CMakeLists.txt(429B)

网友评论