mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
bugfix for xerces include path
This commit is contained in:
@@ -13,7 +13,7 @@ SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${OPENGL_LIBRARY})
|
||||
IF(NOT WIN32)
|
||||
|
||||
FIND_PACKAGE(XercesC REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${XERCESC_INCLUDE_DIR})
|
||||
INCLUDE_DIRECTORIES(${XERCESC_INCLUDE})
|
||||
SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${XERCESC_LIBRARY})
|
||||
|
||||
# It was noticed that when using MinGW gcc it is essential that 'core' is mentioned before 'base'.
|
||||
|
Reference in New Issue
Block a user