banan-os/userspace/yes/CMakeLists.txt

9 lines
116 B
CMake

set(SOURCES
main.cpp
)
add_executable(yes ${SOURCES})
banan_link_library(yes libc)
install(TARGETS yes OPTIONAL)