mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Windows: Optionally generate DLL module definition files automatically
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.
This commit is contained in:
6
Help/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst
Normal file
6
Help/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user