banan-os/userspace/echo/CMakeLists.txt

9 lines
119 B
CMake

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