pugixml: use pugixml in headeronly mode.

This commit is contained in:
Kim Kulling
2020-10-05 18:44:59 +02:00
parent 9303fb31f6
commit 23f144a7b7
2 changed files with 7 additions and 7 deletions

View File

@@ -869,7 +869,7 @@ ELSE()
SET( Pugixml_SRCS
../contrib/pugixml/src/pugiconfig.hpp
../contrib/pugixml/src/pugixml.hpp
../contrib/pugixml/src/pugixml.cpp
#../contrib/pugixml/src/pugixml.cpp
)
SOURCE_GROUP( Contrib\\Pugixml FILES ${Pugixml_SRCS})
ENDIF()