mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-12 11:22:26 +00:00
Merge pull request #58 from JadeHarleyFan413612/dev
Update CMakeLists.txt
This commit is contained in:
commit
261cc68aa2
|
|
@ -1,5 +1,9 @@
|
||||||
cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
|
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)
|
project(MinecraftConsoles C CXX)
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue