# Cpp.Project.Manage.Recipes **Repository Path**: hexu1985/Cpp.Project.Manage.Recipes ## Basic Information - **Project Name**: Cpp.Project.Manage.Recipes - **Description**: make和cmake脚本示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-28 - **Last Updated**: 2025-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++项目构建模板 ## [使用make脚本](make) - [构建可执行程序](make/add_executable) - [构建库](make/add_library) - [构建时的操作](cmake/build_time_operations) ## [使用cmake脚本](cmake) - [构建可执行程序](cmake/add_executable) - [构建库](cmake/add_library) - [构建时的操作](cmake/build_time_operations) - [安装与打包](cmake/installing_and_packaging)