basic run

This commit is contained in:
talksik
2024-02-27 12:06:38 -08:00
parent af607a7b15
commit 733a0fbcc4
5 changed files with 33 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.0)
set(CMAKE_CXX_STANDARD 17)
project(doEverything LANGUAGES CXX)
add_executable(doEverything src/main.cpp)