7 lines
No EOL
139 B
CMake
7 lines
No EOL
139 B
CMake
add_executable(adventofcode)
|
|
|
|
target_sources(adventofcode
|
|
PRIVATE
|
|
src/main.c
|
|
)
|
|
target_link_libraries(adventofcode PRIVATE 2024) |