libxml uses YAP internals
This commit is contained in:
parent
638f784f81
commit
b384c40213
@ -36,8 +36,11 @@ INCLUDE_DIRECTORIES(
|
||||
SET ( LIBXML2_SOURCES
|
||||
xml2_yap.c
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
ADD_LIBRARY(libxml2 OBJECT ${LIBXML2_SOURCES} )
|
||||
else (WIN32)
|
||||
ADD_LIBRARY(libxml2 SHARED ${LIBXML2_SOURCES} )
|
||||
endif(WIN32)
|
||||
|
||||
if(DEFINED YAP_MAJOR_VERSION)
|
||||
TARGET_LINK_LIBRARIES(libxml2
|
||||
|
Reference in New Issue
Block a user