# cmake-learn **Repository Path**: bobbytao/cmake-learn ## Basic Information - **Project Name**: cmake-learn - **Description**: cmake初窥 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-28 - **Last Updated**: 2022-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cmake-learn #### 介绍 cmake初窥 #### 学习文档 1. [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html) 2. [CMake官方教程](https://www.jianshu.com/p/6df3857462cd) 3. [【CMake 系列】(四)用 GoogleTest 测试](https://juejin.cn/post/6847902218335551496) #### 安装教程 1. mkdir build 2. cd build 3. cmake .. 4. make && make install 5. ctest