Add d1p1 faf
This commit is contained in:
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 4.0)
|
||||
project(AdventOfCode2025)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native -DNDEBUG")
|
||||
|
||||
set(INPUT_DIR "input")
|
||||
|
||||
@@ -32,5 +33,6 @@ add_executable(testcmake src/testcmake/main.cpp)
|
||||
### Day 1
|
||||
# P1
|
||||
add_executable(d1p1 src/day1/p1/main.cpp)
|
||||
add_executable(d1p1-faf src/day1/p1/faf.cpp)
|
||||
# P2
|
||||
add_executable(d1p2 src/day1/p2/main.cpp)
|
||||
Reference in New Issue
Block a user