Update CMakeLists.txt
Added C to the project langs to prevent compilation failure on certain platform/compiler combos.
This commit is contained in:
parent
bdab2b8a6e
commit
90c7e03b6b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
project(raylib_template CXX)
|
project(raylib_template C CXX)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue