banan-os/userspace/programs/ln/CMakeLists.txt

9 lines
113 B
CMake
Raw Normal View History

2024-12-05 08:14:45 +02:00
set(SOURCES
main.cpp
)
add_executable(ln ${SOURCES})
banan_link_library(ln libc)
install(TARGETS ln OPTIONAL)