# cmake_embedded_project_rules **Repository Path**: edwinlee1/cmake_embedded_project_rules ## Basic Information - **Project Name**: cmake_embedded_project_rules - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-17 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cmake_embedded_project_rules ## What's this ? This repository have some `.cmake` files for build embedded projects, it use `armcc` or `arm-none-eabi` toolchain. ## How to use ? > You can reference this repository: https://github.com/github0null/cmake_embedded_project_template Open your project root folder, run the following command to add these `.cmake` files. ```shell git clone https://github.com/github0null/cmake_embedded_project_rules.git cmake ``` Or if you use `git` to manage your project source, you can run the following command to add these `.cmake` files. ```shell git submodule add https://github.com/github0null/cmake_embedded_project_rules.git cmake ```