diff options
| author | roy <[email protected]> | 2026-06-12 15:58:04 +0300 |
|---|---|---|
| committer | roy <[email protected]> | 2026-06-12 15:58:04 +0300 |
| commit | b4470c5718736e75377791994dc25736bac7dc13 (patch) | |
| tree | 0c1ff7863e7c1b7c7781319eab814f5233ff83d7 /CMakeLists.txt | |
Initial commit
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..74be9f5 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 3.20) +project(aoc) +set(CMAKE_CXX_STANDARD 17) + +add_executable(aoc + main.cpp + years/2015.cpp +) |
