2023-12-23 18:45:40 +02:00
|
|
|
set(SOURCES
|
|
|
|
main.cpp
|
|
|
|
)
|
|
|
|
|
2024-06-19 04:20:23 +03:00
|
|
|
add_executable(aoc2023_full ${SOURCES})
|
|
|
|
banan_include_headers(aoc2023_full ban)
|
|
|
|
banan_link_library(aoc2023_full libc)
|
2023-12-23 18:45:40 +02:00
|
|
|
|
2024-06-19 04:20:23 +03:00
|
|
|
install(TARGETS aoc2023_full)
|