Hi,<div id="">I used to compile my programs using CMake + VS2012's NMake, the compiling is very simple:</div><div id=""><br></div><div>cmake -G "NMake Makefiles" ..</div><div>nmake</div><div id=""><br></div><div id="">
Now I found clang, can clang work with cmake and provide such easy way of compiling?</div><div id=""><br></div><div id="">Thanks.</div>