cmake_minimum_required(VERSION 3.10.0) project(aoc25 VERSION 0.1.0 LANGUAGES C CXX) # Per-day subprojects (example: day1) add_subdirectory(day1)