# cmake测试 **Repository Path**: luoboedu/c-language-test ## Basic Information - **Project Name**: cmake测试 - **Description**: cmake练习学习仓库 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-22 - **Last Updated**: 2024-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 在学习cmake时写的一个示例 > *生成静态库* ## 使用方法 1. 建新build文件夹 > mkdir build > cd build 1. 编译顶层CMakeLists.txt > cmake .. 1. 运行Makefile > make 1. 运行程序 > ./main ## 目录结构