MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015313 | CMake | CMake | public | 2014-12-17 11:26 | 2016-05-02 08:30 |
Reporter | Egor P. | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | MSVC | OS | Windows | OS Version | 8.1 |
Product Version | CMake 3.0.2 | ||||
Target Version | CMake 3.5 | Fixed in Version | CMake 3.5 | ||
Summary | 0015313: .def files are not visible in Visual Studio project tree | ||||
Description | When using .def files to set public symbols in libraries it is important to edit .def file (sometimes frequently). But now they are just consumed by CMake, added to project building (/DEF:...) and not visible in solution. Is it possible to add .def files to project file tree in Visual Studio? | ||||
Steps To Reproduce | a.cpp: void a(){} a.def: EXPORTS a CMakeLists.txt add_library(a SHARED a.cpp a.def) | ||||
Additional Information | |||||
Tags | def, msvc | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-12-17 11:26 | Egor P. | New Issue | |||
2014-12-17 11:27 | Egor P. | Tag Attached: def | |||
2014-12-17 11:27 | Egor P. | Tag Attached: msvc | |||
2014-12-17 11:35 | Brad King | Note Added: 0037475 | |||
2015-11-04 09:16 | Brad King | Note Added: 0039833 | |||
2015-11-04 09:17 | Brad King | Note Added: 0039834 | |||
2015-11-04 09:17 | Brad King | Status | new => resolved | ||
2015-11-04 09:17 | Brad King | Resolution | open => fixed | ||
2015-11-04 09:17 | Brad King | Fixed in Version | => CMake 3.5 | ||
2015-11-04 09:17 | Brad King | Target Version | => CMake 3.5 | ||
2016-05-02 08:30 | Robert Maynard | Note Added: 0040955 | |||
2016-05-02 08:30 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|