banan-os/userspace/tee/CMakeLists.txt

9 lines
116 B
CMake

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