Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyga/cmake-toolchains
A collections of toolchain files for CMake
https://github.com/zyga/cmake-toolchains
Last synced: 9 days ago
JSON representation
A collections of toolchain files for CMake
- Host: GitHub
- URL: https://github.com/zyga/cmake-toolchains
- Owner: zyga
- Archived: true
- Created: 2012-08-29T21:39:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-31T10:10:57.000Z (about 12 years ago)
- Last Synced: 2024-08-03T01:38:21.612Z (4 months ago)
- Size: 97.7 KB
- Stars: 24
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About cmake-toolchains
======================This repository contains a number of toolchain files for cmake that allow using
Ubuntu to build to a number of popular other systems. Most notably, ARM (soft
and hard float) and Windows (32 and 64bit)Usage
=====The idea is to pass the pathname of the desired toolchain to
CMAKE_TOOLCHAIN_FILE. You can simply use cmake -D to do it in one go:$ cmake -DCMAKE_TOOLCHAIN_FILE=/path/to/toolchain.cmake