mirror of https://github.com/LeOS-GSI/LeOS-Genesis
6 lines
189 B
CMake
6 lines
189 B
CMake
|
set(NSPRSUPPORT_SOURCES
|
||
|
DummyPRFileDesc.c
|
||
|
BSSLConnection.c
|
||
|
)
|
||
|
badvpn_add_library(nspr_support "system;flow;threadwork" "${NSPR_LIBRARIES};${NSS_LIBRARIES}" "${NSPRSUPPORT_SOURCES}")
|