Skip to content

WINDOWS_EXPORT_ALL_SYMBOLS: Export vftable symbol

Malcolm Bechard requested to merge mbechard/cmake:AutoExport-vftable into master

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

Merge request reports