https://github.com/github0null/cmake_embedded_project_rules
cmake files for embedded projects
https://github.com/github0null/cmake_embedded_project_rules
Last synced: 18 days ago
JSON representation
cmake files for embedded projects
- Host: GitHub
- URL: https://github.com/github0null/cmake_embedded_project_rules
- Owner: github0null
- Created: 2022-02-21T06:07:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T01:16:15.000Z (almost 3 years ago)
- Last Synced: 2025-07-18T04:33:11.506Z (7 months ago)
- Language: CMake
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```