badvpn/server_connection/CMakeLists.txt
2014-10-16 00:04:08 +02:00

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}")