[cfe-commits] r168745 - /cfe/trunk/www/get_started.html

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 27 15:34:29 PST 2012


Author: chapuni
Date: Tue Nov 27 17:34:28 2012
New Revision: 168745

URL: http://llvm.org/viewvc/llvm-project?rev=168745&view=rev
Log:
docs: [CMake] Add Xcode to the list of project formats CMake can generate.

Suggested by Sean McBride, thanks!

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=168745&r1=168744&r2=168745&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Tue Nov 27 17:34:28 2012
@@ -85,7 +85,7 @@
     <li>Note: For subsequent Clang development, you can just do make at the
     clang directory level.</li>
     <li>It is also possible to use CMake instead of the makefiles. With CMake
-    it is also possible to generate project files for several IDEs: Eclipse
+    it is possible to generate project files for several IDEs: Xcode, Eclipse
     CDT4, CodeBlocks, Qt-Creator (use the CodeBlocks generator), KDevelop3.</li>
   </ul>
   </li>





More information about the cfe-commits mailing list