# template_cmake **Repository Path**: mirrors_jaiminpan/template_cmake ## Basic Information - **Project Name**: template_cmake - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # template_cmake It's a template project for using cmake #### Directory Structor ``` workspace |—— src |—— test |—— include |—— test.c |—— CMakeLists.txt |—— CMakeLists.txt |—— CMakeLists.txt |—— build (CMake build dir 可任意指定) ``` #### Usage ```sh ># cd template_cmake ># mkdir build && cd build ># cmake .. ># make ```