aoc2024: Implement day25 solution
This was a nice AOC season. First time I fully completed it! I may still optimize my solutions as some of them are a bit slow...
This commit is contained in:
9
userspace/aoc2024/day25/CMakeLists.txt
Normal file
9
userspace/aoc2024/day25/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(aoc2024_day25 ${SOURCES})
|
||||
banan_include_headers(aoc2024_day25 ban)
|
||||
banan_link_library(aoc2024_day25 libc)
|
||||
|
||||
install(TARGETS aoc2024_day25 OPTIONAL)
|
||||
Reference in New Issue
Block a user