TheBrokenRail
e5fc2a61aa
Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
8 lines
215 B
CMake
8 lines
215 B
CMake
# Compile For ARM
|
|
include("${CMAKE_CURRENT_LIST_DIR}/base-toolchain.cmake")
|
|
# Use ARM Cross-Compiler
|
|
setup_toolchain("arm-linux-gnueabihf")
|
|
# Details
|
|
set(CMAKE_SYSTEM_NAME "Linux")
|
|
set(CMAKE_SYSTEM_PROCESSOR "arm")
|