CMakeLists.txt 219 B

12345
  1. set(SERVERCONNECTION_SOURCES
  2. ServerConnection.c
  3. SCKeepaliveSource.c
  4. )
  5. badvpn_add_library(server_conection "system;flow;flowextra;nspr_support" "${NSPR_LIBRARIES};${NSS_LIBRARIES}" "${SERVERCONNECTION_SOURCES}")