- added CMAKE support for building MG in Windows using MingW

This commit is contained in:
Mark Vejvoda
2010-12-11 06:32:21 +00:00
parent ebcadc13f0
commit 755a7737fa
5 changed files with 171 additions and 39 deletions

View File

@@ -14,7 +14,7 @@ ENDIF (XERCESC_INCLUDE_DIR)
FIND_PATH(XERCESC_INCLUDE_DIR xercesc
PATH_SUFFIXES DOM/dom.hpp)
SET(XERCESC_NAMES xerces-c xerces-c_3 xerces-c_2 Xerces)
SET(XERCESC_NAMES xerces-c2_8_0 xerces-c xerces-c_3 xerces-c_2 Xerces)
FIND_LIBRARY(XERCESC_LIBRARY NAMES ${XERCESC_NAMES} )
# Handle the QUIETLY and REQUIRED arguments and set XERCESC_FOUND to