Move soap specific definitions to separate files

This commit is contained in:
Chunting Gu
2018-09-05 15:59:21 +08:00
parent cff4888182
commit d2e2935f9d
8 changed files with 45 additions and 33 deletions
+2
View File
@@ -70,6 +70,7 @@ if(WEBCC_ENABLE_SOAP)
set(SOAP_HEADERS
soap_async_client.h
soap_client.h
soap_globals.h
soap_message.h
soap_parameter.h
soap_response.h
@@ -83,6 +84,7 @@ if(WEBCC_ENABLE_SOAP)
set(SOAP_SOURCES
soap_async_client.cc
soap_client.cc
soap_globals.cc
soap_message.cc
soap_response.cc
soap_request.cc