les" for Clang/C2 compiler projects, only MS "cl".
In short: my problem of trying to use cmake to generate Clang/C2 NMake
Makefile targets has NOT been solved. I now assume this is a problem with
cmake, or an unsupported combination.
Nevertheless, I thank you Parag for all your effor
Hi Parag,
Thanks for your feedback.
The instructions you are referring to are for this cmake command :
cmake -G"Visual Studio 14 2015" -T"LLVM-vs2014" ..
But in my case I'd like (1) to use the MS VS 2015 "Nmake Makefiles" as -G
option, and (2) the MS VS 2015 (update 3) included "clang" (whi
ake/CMakeFiles/CMakeError.log".
I might be doing something wrong, as I am quite new to cmake, although I got
the above clang to work for a regular "Visual Studio 15 Win64" generated
project (Hello_World.c , i.e. the minimal C program). Or is this a known
problem or not even suppo