We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
# 使用cmake生成vs的.sln # vs2019 x86, 去掉-A Win32则为x64 cmake -A Win32 -Bbuild -DUSE_ALLMT_=OFF -DUSE_DMSKIA_=OFF -DUSE_DMDLL_=ON -DUSE_EXTERN_PUGIXML=OFF # build解决方案所有工程 cmake --build build --config Debug