# test_cmake **Repository Path**: neu103_robot/test_cmake ## Basic Information - **Project Name**: test_cmake - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 功能 - 演示如何构建一个cmake工程项目 - 生成库 - 使用库 ### 使用 ``` mkdir build cd build cmake .. make ./bin/main ```