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

10 lines
184 B
CMake
Raw Normal View History

2024-12-19 12:57:28 +02:00
set(SOURCES
main.cpp
)
add_executable(aoc2024_day19 ${SOURCES})
banan_link_library(aoc2024_day19 ban)
banan_link_library(aoc2024_day19 libc)
install(TARGETS aoc2024_day19 OPTIONAL)