# cppstdlns **Repository Path**: graviton/cppstdlns ## Basic Information - **Project Name**: cppstdlns - **Description**: c++ 独立项目测试 - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-30 - **Last Updated**: 2025-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cppstdlns #### 介绍 c++ 独立项目测试 + vcpkg 只编译了 Release 库, + 当前 VS build时, 配置需要选择 `Release` 或者 `RelWithDebInfo` + 如果不依赖 3rd 库, 也可以选择 `Debug` + 构建 ```bash cmake --build ./build --config=relWithDebInfo -j cmake --build ./build --config=release -j cmake --build ./build --config=debug -j ```