WINDOWS_EXPORT_ALL_SYMBOLS: Export vftable symbol
pybind11
requires access to this symbol to link in some cases.
Include this symbol when generating automatic exports via
CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
.
Fixes: #24406 (closed)
Edited by Brad King