Skip to content

helsinova/xcmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcmake

CMake tool-chain file(s) for cross-building used by many of Helsinova's and mambrus's projects.

Add this project to your own projects root-directory, preferably as a git submodule

Conventionally tool-chain files are stored in a sub-directory called cmake but that is not strictly required.

cd $YOUR_PROJECT
git submodule add https://github.com/helsinova/xcmake.git cmake

Read on in x-build for how use the tool-chain files, including quirks and adaptations into your own CMakeLists.txt.

The above link you can also refer to from your own project-documentation for project users. For maintainers there is another one more in depth with tweaks and gotchas: x-build-integration

Origin

This project was originally part of mambrus/sampler but is now separated to aid re-use.

Releases

No releases published

Packages

No packages published