# project_template **Repository Path**: master-turtle/project_template ## Basic Information - **Project Name**: project_template - **Description**: cmake架构快速开始C++项目模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-09 - **Last Updated**: 2025-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # project_template c++项目模板,使用cmake管理程序 主函数在 src 目录下 核心函数在 core 目录下,并将该目录下的所有文件连接到 core_lib 库中 然后将 core_lib 链接到 main 中