Hi, I used to compile my programs using CMake + VS2012's NMake, the compiling is very simple:
cmake -G "NMake Makefiles" .. nmake Now I found clang, can clang work with cmake and provide such easy way of compiling? Thanks.
_______________________________________________ cfe-users mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users
