mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00:00
8f86407cfd
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
223 B
ReStructuredText
7 lines
223 B
ReStructuredText
CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
|
|
--------------------------------
|
|
|
|
Default value for :prop_tgt:`WINDOWS_EXPORT_ALL_SYMBOLS` target property.
|
|
This variable is used to initialize the property on each target as it is
|
|
created.
|