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