Create target property WINDOWS_EXPORT_ALL_SYMBOLS to automatically generate a module definition file from MS-compatible .obj files and give it to the linker in order to export all symbols from the .dll part of a SHARED library.
7 lines
255 B
ReStructuredText
7 lines
255 B
ReStructuredText
auto_export_dll_symbols
|
|
-----------------------
|
|
|
|
* On Windows with MS-compatible tools, CMake learned to optionally
|
|
generate a module definition (``.def``) file for ``SHARED`` libraries.
|
|
See the :prop_tgt:`WINDOWS_EXPORT_ALL_SYMBOLS` target property.
|