CMakeLists.txt 189 B

12345
  1. set(NSPRSUPPORT_SOURCES
  2. DummyPRFileDesc.c
  3. BSSLConnection.c
  4. )
  5. badvpn_add_library(nspr_support "system;flow;threadwork" "${NSPR_LIBRARIES};${NSS_LIBRARIES}" "${NSPRSUPPORT_SOURCES}")