CMakeLists.txt 188 B

12345
  1. add_library(server_conection
  2. ServerConnection.c
  3. SCKeepaliveSource.c
  4. )
  5. target_link_libraries(server_conection system flow flowextra nspr_support ${NSPR_LIBRARIES} ${NSS_LIBRARIES})