mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-09-02 00:18:36 +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