Smithsonian / dpo-meshsmith

Mesh conversion tool including glTF/GLB support with Draco mesh compression
Apache License 2.0
42 stars 18 forks source link

Missing copy command that copies dependent libs to libs/<libName>/bin/lib/<configuration> #4

Open JoelTrain opened 4 years ago

JoelTrain commented 4 years ago

For example, the assimp lib is missing during the debug build. But the lib is just located in another place meshsmith\libs\assimp\build\code\Debug

copying it manually fixes the issue with the build for me.

I assume I am missing some copy script, maybe?