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)