Use the static library alias provided by piguxml config

This commit is contained in:
TennesseeTrash 2025-06-15 22:19:56 +02:00
parent a0b221f103
commit 410ee18a5c
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
if(NOT TARGET pugixml-static) if(NOT TARGET pugixml::static)
include(FetchContent) include(FetchContent)
FetchContent_Declare( FetchContent_Declare(

View file

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

View file

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