updating raylib
This commit is contained in:
parent
d8407ece03
commit
5e815bbf1e
6 changed files with 14 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
project(games)
|
||||
set(CMAKE_CXX_FLAGS "-std=c++17 -Wno-error")
|
||||
set(CMAKE_CXX_FLAGS "-std=c++17 -Wno-error ")
|
||||
if(WIN32)
|
||||
set(PLATFORM_DIR "windows")
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue