Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strike>The situation is not that good at the moment. After much googling, I've managed to find the following <a href="http://www.mail-archive.com/cmake@cmake.org/msg29092.html" rel="nofollow noreferrer">thread</a> on the mailing list. It turns out that I'm not the only one struggling with the problem.</p> <p>For the time being there is no easy solution, as:</p> <ul> <li>cmake does not have a generator that would give the result out of the box</li> <li>it seems that there is currently no way to do post-generate tasks with cmake</li> </ul> <p>As a quick fix I can do the following:</p> <ul> <li>generate the VS solution and then use the one-click Intel Conversion tool (automatisation gone)</li> <li>write some shell scripts to do the conversion - a bit ugly</li> </ul> <p><strong>Update:</strong> Doing the project conversion in the post-generate task is a bit of a hack. I started to think about modifying the existing Visual Studio generator(s) to be able to create the right structure. The structure itself does not differ much from the typical solution:</p> <ul> <li>New <code>.icproj</code> files are introduced between the solution and VS project level. They wrap the VS project and correspond to the blue thingy on the screenshot.</li> <li>Original <code>.vcproj</code> remain unchanged. They are being referenced (by GUID and name) in the <code>.icproj</code> files</li> <li>Unique references to <code>.vcproj</code> files in the solution <code>.sln</code> definition are replaced with the references to <code>.icproj</code> files. The project type is changed as well to a Intel Project specific constant GUID. </strike></li> </ul> <p><strong>Update 2:</strong> Check the <a href="http://public.kitware.com/Bug/view.php?id=6929" rel="nofollow noreferrer">bug tracker</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload