tor-android/external/badvpn_dns/server_connection/CMakeLists.txt

6 lines
219 B
CMake

set(SERVERCONNECTION_SOURCES
ServerConnection.c
SCKeepaliveSource.c
)
badvpn_add_library(server_conection "system;flow;flowextra;nspr_support" "${NSPR_LIBRARIES};${NSS_LIBRARIES}" "${SERVERCONNECTION_SOURCES}")