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

7 lines
No EOL
139 B
CMake

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