Salome HOME
Minor correction
[tools/simanio.git] / CMakeModules / FindWSO2.cmake
index 7ebffd6231a0eaf4506c1f71699226eb89ab71f5..9ad51509ff56e30b6ac31ef09417780d29816db7 100644 (file)
@@ -47,13 +47,23 @@ IF(WSO2_INCLUDE_DIR_axis2)
   LIST(APPEND WSO2_INCLUDES ${WSO2_INCLUDE_DIR_axis2} ${WSO2_INCLUDE_DIR_axis2}/platforms)
 ENDIF()
 
-FIND_LIBRARY(WSO2_LIBRARY_axis2_axiom  NAMES axis2_axiom)
-FIND_LIBRARY(WSO2_LIBRARY_axis2_engine NAMES axis2_engine)
-FIND_LIBRARY(WSO2_LIBRARY_wso2_wsf     NAMES wso2_wsf)
+FIND_LIBRARY(WSO2_LIBRARY_axutil            NAMES axutil)
+FIND_LIBRARY(WSO2_LIBRARY_guththila         NAMES guththila)
+FIND_LIBRARY(WSO2_LIBRARY_neethi            NAMES neethi)
+FIND_LIBRARY(WSO2_LIBRARY_axis2_parser      NAMES axis2_parser)
+FIND_LIBRARY(WSO2_LIBRARY_axis2_axiom       NAMES axis2_axiom)
+FIND_LIBRARY(WSO2_LIBRARY_axis2_http_common NAMES axis2_http_common)
+FIND_LIBRARY(WSO2_LIBRARY_axis2_engine      NAMES axis2_engine)
+FIND_LIBRARY(WSO2_LIBRARY_wso2_wsf          NAMES wso2_wsf)
 
 SET(WSO2_LIBRARIES)
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axutil})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_guththila})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_neethi})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_parser})
 SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_axiom})
-SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_engine})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_http_common})
+SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_axis2_engine})     
 SET(WSO2_LIBRARIES ${WSO2_LIBRARIES} ${WSO2_LIBRARY_wso2_wsf})
 
 INCLUDE(FindPackageHandleStandardArgs)