AdventOfCode/CMakeLists.txt
2024-12-01 23:26:50 +01:00

9 lines
No EOL
229 B
CMake

cmake_minimum_required(VERSION 3.20)
project(advent_of_code
DESCRIPTION "bad code for a good thing"
HOMEPAGE_URL https://adventofcode.com
LANGUAGES C #of course
)
add_subdirectory(adventofcode)
add_subdirectory(2024)