aoc2024: Implement day13 solution
This commit is contained in:
9
userspace/aoc2024/day13/CMakeLists.txt
Normal file
9
userspace/aoc2024/day13/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(aoc2024_day13 ${SOURCES})
|
||||
banan_include_headers(aoc2024_day13 ban)
|
||||
banan_link_library(aoc2024_day13 libc)
|
||||
|
||||
install(TARGETS aoc2024_day13 OPTIONAL)
|
||||
Reference in New Issue
Block a user