summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--CMakeLists.txt2
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 071ee5c..da05179 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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)