MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0016025 | CMake | CMake | public | 2016-03-18 10:04 | 2016-06-10 14:31 |
| Reporter | Yury Zhuravlev | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Visual Studio 14 Win64 | OS | Windows | OS Version | 10 |
| Product Version | CMake 3.5 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0016025: Add support WINDOWS_EXPORT_ALL_SYMBOLS for executable exports lib | ||||
| Description | For access from DLL to mother programm we need create .lib by EXPORTS flag but without /DEF we can't export symbols. This code must work: add_executable(prog1 blalba) set_target_properties(prog1 PROPERTIES ENABLE_EXPORTS 1) set_target_properties(prog1 PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS 1) Now I use ugly perl script for gen .def file. Thanks. PS for .dll's WINDOWS_EXPORT_ALL_SYMBOLS worked correct. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2016-03-18 10:04 | Yury Zhuravlev | New Issue | |||
| 2016-06-10 14:29 | Kitware Robot | Note Added: 0042966 | |||
| 2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
| 2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||