Use pugixml explicitly as a static library

This commit is contained in:
TennesseeTrash 2025-06-15 18:37:24 +02:00
parent e787b94ae1
commit 9da2940746
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ target_link_libraries(Kanimaji
KVGToolsCommon
PRIVATE
pugixml
pugixml-static
)
target_include_directories(Kanimaji

View file

@ -17,7 +17,7 @@ target_link_libraries(Tablegen
KVGToolsCommon
PRIVATE
pugixml
pugixml-static
)
target_sources(Tablegen