banan-os/userspace/test-unix-socket/CMakeLists.txt

9 lines
155 B
CMake

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