CMakeLists.txt 92 B

1234
  1. add_library(socksclient
  2. BSocksClient.c
  3. )
  4. target_link_libraries(socksclient system flow)