Merge pull request #58 from JadeHarleyFan413612/dev

Update CMakeLists.txt
This commit is contained in:
Tropical 2026-03-06 01:25:06 -06:00 committed by GitHub
commit 261cc68aa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
################################################################################