I'm building wxWidgets on Windows using cmake and VS2022 generator. It works pretty good except one thing: linking my project shows several warning that pdb files are not found and it will limit debug possibilities. While it is not critical, it can be useful to copy pdb files in installation directory. I think it can be done conditionally using an option in cmake e.g. INSTALL_PDB_FILES.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
And it is useful that installing visual studio property files.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
I have the same problem, and unfortunately in Windows these files are required for debugging...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Closed #23884 as completed via 9dfb25a.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.