Move soap specific definitions to separate files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user