Made the project work on default debian libraries (still clang only)

This commit is contained in:
Warwick 2022-02-23 12:54:04 +00:00
parent bd85989d95
commit 53da829dbe

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21 FATAL_ERROR)
cmake_minimum_required(VERSION 3.18.4 FATAL_ERROR)
project(Game)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)