It currently only installs libbreakpad.dll, but libbreakpad_client.dll is the library that allows hooking up the exception handler in an executable and create a .dmp file when an exception is triggered.
Fortunately, building the client dll is pretty easy and doesn't require additional dependencies, it just needs a few more lines in the port's CMakeLists.txt file. PR coming up.
It currently only installs libbreakpad.dll, but libbreakpad_client.dll is the library that allows hooking up the exception handler in an executable and create a .dmp file when an exception is triggered.
Fortunately, building the client dll is pretty easy and doesn't require additional dependencies, it just needs a few more lines in the port's CMakeLists.txt file. PR coming up.