Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 455 Bytes

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