# cmake_test **Repository Path**: angerial/cmake_test ## Basic Information - **Project Name**: cmake_test - **Description**: cmake学习仓库 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-07 - **Last Updated**: 2024-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cmake_test #### 介绍 cmake学习仓库 #### 软件说明 1. 首先能够引用外部的库文件 2. 能够指定目录生成库文件 3. 可执行程序能够连接到库文件,并生成可执行程序 4. 生成的库,以及可执行文件能够放入到指定目录 5. 能够仅编译指定目录的指定文件 #### 使用说明 ``` mkdir build cd build cmake.. make make install ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request