banan-os/userspace/test-tcp/CMakeLists.txt

9 lines
131 B
CMake

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