and we have cross compilation!!!
This commit is contained in:
parent
32b214fda4
commit
b842194bc1
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue