From dc1583cd8c2b1ec900f383519ec76fe96a65cf8d Mon Sep 17 00:00:00 2001 From: nyosic Date: Fri, 4 Apr 2025 13:11:51 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae13ffe..4f87adf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1 +1,3 @@ -cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -H. +project(MarioDB) +set(CMAKE_CXX_STANDARD 17) +add_executable(main main.cpp)