Skip to content

github0null/cmake_embedded_project_rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

git submodule add https://github.com/github0null/cmake_embedded_project_rules.git cmake

About

cmake files for embedded projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages