assimp/code
AnyOldName3 e50233b2c1 Use correct PDB paths
The previously-specified paths were only correct for a static library
build.
I therefore fenced off that code to be specific to static library
builds.

For shared library builds, I added a generator-expression-based
alternative.
Annoyingly, this won't work with static library builds, so we don't get
the concise, reliable version in all circumstances.

I've avoided modifying any of the paths anything ends up at to avoid
breaking changes.

Resolves https://github.com/assimp/assimp/issues/4269
2023-08-23 17:19:01 +01:00
..
AssetLib Fix Invalid-free in Assimp::FBX::Scope::Scope 2023-08-16 07:45:23 +00:00
CApi Fix: Remove buggy namespace declaration 2023-03-10 09:00:37 +01:00
Common Fix violation of strict aliasing rule. 2023-07-21 09:48:45 +02:00
Geometry Reafctoring: Add GeoUtils usage 2023-05-04 20:57:20 +02:00
Material Add missing include 2023-06-03 16:28:55 +02:00
Pbrt Fix PBRT exporter coordinate system 2023-05-03 16:52:33 +02:00
PostProcessing Fix UNKNOWN READ crash in UpdateMeshReferences 2023-06-14 07:40:36 +02:00
res Use mingw.include 2022-06-30 20:58:34 +02:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt Use correct PDB paths 2023-08-23 17:19:01 +01:00