mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-06 14:56:36 +00:00
Merge pull request #58 from JadeHarleyFan413612/dev
Update CMakeLists.txt
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
|
||||
|
||||
#specify the usage of gcc-15 for the compiler
|
||||
set(CMAKE_C_COMPILER "gcc-15")
|
||||
set(CMAKE_CXX_COMPILER "g++-15")
|
||||
|
||||
project(MinecraftConsoles C CXX)
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user