Project setup
This commit is contained in:
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
project(AdventOfCode2025)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
#### Exe to make sure cmake is working
|
||||
add_executable(testcmake src/testcmake/main.cpp)
|
||||
Reference in New Issue
Block a user