add_executable(adventofcode) target_sources(adventofcode PRIVATE src/main.c ) target_link_libraries(adventofcode PRIVATE 2024)