banan-os/userspace/tests/test-pthread/CMakeLists.txt

9 lines
143 B
CMake

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