An open API service indexing awesome lists of open source software.

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

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
```