init
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
/.idea/
|
||||||
|
/cmake-build-debug/
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.30)
|
||||||
|
project(Toolbox)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 23)
|
||||||
|
|
||||||
|
add_executable(Toolbox main.cpp)
|
||||||
Reference in New Issue
Block a user