summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/AutoExportDll
Commit message (Collapse)AuthorAgeFilesLines
* Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-0611-0/+135
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.