and we have cross compilation!!!

This commit is contained in:
Joona 2017-09-18 19:34:22 +03:00
parent 32b214fda4
commit b842194bc1
No known key found for this signature in database
GPG Key ID: 36D6F8F3E794F2A0
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
SET(CMAKE_SYSTEM_NAME Linux)
SET(CMAKE_SYSTEM_VERSION 1)
SET(CMAKE_CXX_COMPILER /usr/bin/arm-linux-gnueabi-g++)
cmake_minimum_required(VERSION 3.7.2)