# cmake-example **Repository Path**: jigsawecho/cmake-example ## Basic Information - **Project Name**: cmake-example - **Description**: cmake-example - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-28 - **Last Updated**: 2024-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cmake-example `cmake -S . -B build` (or `cmake -B build`) `cmake --build build` (or `cmake --build build -j4`) build and install `cmake --build build --target install`