aoc25/day2/CMakeLists.txt
2025-12-03 21:28:53 +00:00

2 lines
No EOL
120 B
CMake

# Use top-level helper to add the target and copy input files
aoc_add_day(day2 "${CMAKE_CURRENT_SOURCE_DIR}" main.cpp)