banan-os/userspace/aoc2024/day12/CMakeLists.txt

10 lines
187 B
CMake
Raw Permalink Normal View History

2024-12-12 17:03:31 +02:00
set(SOURCES
main.cpp
)
add_executable(aoc2024_day12 ${SOURCES})
banan_include_headers(aoc2024_day12 ban)
banan_link_library(aoc2024_day12 libc)
install(TARGETS aoc2024_day12 OPTIONAL)