From 08230b851ff1736430bfed5fa17bc0949233abc4 Mon Sep 17 00:00:00 2001 From: Thor Date: Sat, 6 May 2023 04:49:57 +0200 Subject: [PATCH] Updated .gitignore and CMake config for Visual Studio --- .gitignore | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c54b24c..6b7a65d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ Launch_main_*/ *.cmake main Makefile +.vs/ \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 4111c96..8a7f78c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.26) +cmake_minimum_required(VERSION 3.25) project(synth) set(CMAKE_CXX_STANDARD 20)