Skip to content
Snippets Groups Projects
Commit 831fb8d3 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

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
parent 0dffb7b7
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ follows:</p> ...@@ -85,7 +85,7 @@ follows:</p>
<li>Note: For subsequent Clang development, you can just do make at the <li>Note: For subsequent Clang development, you can just do make at the
clang directory level.</li> clang directory level.</li>
<li>It is also possible to use CMake instead of the makefiles. With CMake <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> CDT4, CodeBlocks, Qt-Creator (use the CodeBlocks generator), KDevelop3.</li>
</ul> </ul>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment