Use pugixml explicitly as a static library
This commit is contained in:
parent
e787b94ae1
commit
9da2940746
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
if(NOT TARGET pugixml)
|
if(NOT TARGET pugixml-static)
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
|
|
|
@ -12,7 +12,7 @@ target_link_libraries(Kanimaji
|
||||||
KVGToolsCommon
|
KVGToolsCommon
|
||||||
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
pugixml
|
pugixml-static
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(Kanimaji
|
target_include_directories(Kanimaji
|
||||||
|
|
|
@ -17,7 +17,7 @@ target_link_libraries(Tablegen
|
||||||
KVGToolsCommon
|
KVGToolsCommon
|
||||||
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
pugixml
|
pugixml-static
|
||||||
)
|
)
|
||||||
|
|
||||||
target_sources(Tablegen
|
target_sources(Tablegen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue