mxcop / cmake-arm-demo

CMake ARM cross-compile demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake ARM

Cross compilation test, from Windows to Linux ARM 64-bit.

Prerequisites :

Building

Generate project files (on Windows)

~ $ mkdir build
~ $ cd build

~/build $ cmake --toolchain ../toolchains/arm.cmake ..

Build project (on Windows)

~/build $ cmake --build .

About

CMake ARM cross-compile demo


Languages

Language:CMake 92.2%Language:C++ 7.8%