I looked around for precompiled header support and couldn't figure out
how/if it works for intel compilers.
The links such as:
http://www.mail-archive.com/cmake@cmake.org/msg05456.html appear to be
pretty MSVC centric and I don't think the stdafx.cpp approach will work on
intel.
If there i
On Wed, Feb 25, 2009 at 1:38 AM, Hendrik Sattler
wrote:
debug and optimized keywords are followed by _one_ library. The help entry
defines this correctly.
Thanks and sorry I missed that in the help. cmake really is amazing, but I
also find it massive. The "Mastering Cmake" book is excellent,
The real solution is to create a new sub-class of the visual studio
generator for the intel compiler, or maybe it is just a flag on the
existing generator. Calling ICProjConvert seems like a bad idea, and I
would not accept a generator based on that solution into CMake.
Fair enough. I won't
When you have the Intel C++ compiler installed over Visual Studio, you can
choose to convert a visual studio project to Intel C++ in the menu.
But I can't figure out how to create a visual studio project which uses the
Intel Compiler/Project System automatically? The problem is that this is