mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-28 22:18:35 +00:00
PDBs are not necessarily generated, even in Debug configuration. For example, if the CXX_FLAGS are set to /Z7, debug symbols are embedded, and so the PDBs are not generated. This prevents installing from failing by marking these PDBs as optional. Fix #610