# cmake-learn **Repository Path**: haixuanwo/cmake-learn ## Basic Information - **Project Name**: cmake-learn - **Description**: cmake学习示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-29 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 原始仓库地址 https://gitee.com/jiwangreal/cmake-cookbook.git # 单元测试 mkdir build;cd build cmake .. cmake --build . ctest -C DEBUG -V cmake --build . --target RUN_TESTS