mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Return xml2 dep back.
This commit is contained in:
parent
0fc2fc3357
commit
8813810eb8
1 changed files with 1 additions and 1 deletions
2
sw.cpp
2
sw.cpp
|
|
@ -69,7 +69,7 @@ void build(Solution &s)
|
|||
|
||||
auto &mod_converter = add_exe("mod_converter");
|
||||
mod_converter += model;
|
||||
//mod_converter += "org.sw.demo.xmlsoft.libxml2"_dep; // fbx 2020 sdk requires libxml2
|
||||
mod_converter += "org.sw.demo.xmlsoft.libxml2"_dep; // fbx 2020 sdk requires libxml2
|
||||
path sdk = "d:/arh/apps/Autodesk/FBX/FBX SDK/2019.0";
|
||||
mod_converter += IncludeDirectory(sdk / "include");
|
||||
String cfg = "release";
|
||||
|
|
|
|||
Loading…
Reference in a new issue