|
SET(CMAKE_SYSTEM_NAME {host_machine[system]})
|
|
SET(CMAKE_ANDROID_STANDALONE_TOOLCHAIN {toolchain.builder.install_path})
|
|
|
|
SET(CMAKE_C_COMPILER "{toolchain.binaries[CC]}")
|
|
SET(CMAKE_CXX_COMPILER "{toolchain.binaries[CXX]}")
|
|
|
|
SET(CMAKE_FIND_ROOT_PATH {toolchain.root_path})
|