Made the project work on default debian libraries (still clang only)
This commit is contained in:
parent
bd85989d95
commit
53da829dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.21 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.18.4 FATAL_ERROR)
|
||||||
|
|
||||||
project(Game)
|
project(Game)
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue