summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-27 23:34:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-27 23:34:28 +0000
commit831fb8d3ed7d090c9e20566c2062d011e11dd6c5 (patch)
tree3afaf0dcd5e893cc5526863d04d6e28fd9ada6c5 /www/get_started.html
parent0dffb7b7feff937269c1ffeefb357701a91059fd (diff)
docs: [CMake] Add Xcode to the list of project formats CMake can generate.
Suggested by Sean McBride, thanks! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 86b5e17574..8b558d10bf 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -85,7 +85,7 @@ follows:</p>
<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>