autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

PDB files on Windows are not copied to bin folder #1348

Open JGamache-autodesk opened 2 years ago

JGamache-autodesk commented 2 years ago

The code needs to be modified to handle shared library builds since it currently assumes the PDB files go into the lib folder.

kwokcb commented 2 years ago

As far as I recall, pdb file generation is not part of ILM main currently and was added for local debugging. Guess this can be fixed up on our fork.

@JGamache-autodesk : Please note If I'm mistaken and this is more general?