Files
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
..
2023-05-04 20:57:20 +02:00
2023-06-03 16:28:55 +02:00
2023-05-03 16:52:33 +02:00
2022-06-30 20:58:34 +02:00
2023-08-23 17:19:01 +01:00