add_executable(quicksort quicksort.c) target_link_libraries(quicksort PRIVATE threadpool) add_library(threadpool threadpool.c)