Minecraft: Pi Edition Modding Project
https://discord.com/invite/aDqejQGMMy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
221 B
8 lines
221 B
8 months ago
|
# Compile For x86_64
|
||
7 months ago
|
include("${CMAKE_CURRENT_LIST_DIR}/base-toolchain.cmake")
|
||
6 months ago
|
# Use x86_64 Cross-Compiler
|
||
|
setup_toolchain("x86_64-linux-gnu")
|
||
|
# Details
|
||
8 months ago
|
set(CMAKE_SYSTEM_NAME "Linux")
|
||
|
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|