diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ .idea/ .vscode/ +.vs/ cmake-build-debug/ -bin/
\ No newline at end of file +bin/ +build/
\ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index e68bd8e..6eba3bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.0) project(raylib_template C) set(CMAKE_C_STANDARD 99) |