Skip to content

Commit

Permalink
Merge pull request #202 from mitza-oci/xerces-vcpkg
Browse files Browse the repository at this point in the history
Update xerces base to support vcpkg dir layout
  • Loading branch information
iguessthislldo authored Apr 11, 2024
2 parents bd24e4e + 1392688 commit ce332dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/xerces.mpb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ feature(xerces3) {
specific(prop:microsoft) {
xerceslib = xerces-c_3

// Linking the optimized version of xerces-c_2 into a debug application
// has been known to cause run-time issues (as of 4/25/2005), so we
// will link in the debug version for the "Debug" configuration.
// Support (but don't require) installation layouts that have
// the debug libraries in a subdirectory. vcpkg uses this.
Debug::libpaths += $(XERCESCROOT)<%slash%>debug<%slash%>lib

Debug::xerceslib = xerces-c_3D
}
specific(prop:borland) {
Expand Down

0 comments on commit ce332dc

Please sign in to comment.