View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015044 | CMake | CMake | public | 2014-07-28 11:32 | 2016-06-10 14:31 | ||||
Reporter | Ravi Raman | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | high | Severity | feature | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | Windows | OS | OS Version | ||||||
Product Version | CMake 3.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015044: How to convert existing Visual Studio .targets file to cmake | ||||||||
Description | Hello, We are using CMake 3.0 on Windows. Our main objective is to convert Microsoft Visual Studio built solution to CMake 3.0 solution. In the process of doing so, we have come across many Visual Studio targets files (files with extension .targets) which get included in the Visual Studio project files (.vcxproj) files. For example in a Visual Studio project file , the targets file (test.targets) gets included as follows: <Import Project="test.targets" /> To achieve the same thing, in the CMakeLists file we are using the following command: add_custom_targets() with the appropriate target name "test" Please let us know if this is the correct way to convert existing Visual Studio .targets files to cmake ? If this is incorrect, please let us know how to achieve it with a simple example. Thanks. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0036473) Brad King (manager) 2014-07-28 11:45 |
You might try asking on the mailing list to see if others have done this: http://www.cmake.org/mailman/listinfo/cmake [^] |
(0036474) Ravi Raman (reporter) 2014-07-28 11:57 |
Thanks Brad. Sent mail on the mailing list regarding this. |
(0042594) Kitware Robot (administrator) 2016-06-10 14:29 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2014-07-28 11:32 | Ravi Raman | New Issue | |
2014-07-28 11:42 | Brad King | Relationship added | related to 0015043 |
2014-07-28 11:42 | Brad King | Severity | major => feature |
2014-07-28 11:42 | Brad King | Status | new => backlog |
2014-07-28 11:45 | Brad King | Note Added: 0036473 | |
2014-07-28 11:57 | Ravi Raman | Note Added: 0036474 | |
2016-06-10 14:29 | Kitware Robot | Note Added: 0042594 | |
2016-06-10 14:29 | Kitware Robot | Status | backlog => 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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |