<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://www.wikicshse.ru/index.php?action=history&amp;feed=atom&amp;title=Generating_an_Xcode_project_from_CMake</id>
	<title>Generating an Xcode project from CMake - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikicshse.ru/index.php?action=history&amp;feed=atom&amp;title=Generating_an_Xcode_project_from_CMake"/>
	<link rel="alternate" type="text/html" href="https://www.wikicshse.ru/index.php?title=Generating_an_Xcode_project_from_CMake&amp;action=history"/>
	<updated>2026-06-06T13:23:59Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.wikicshse.ru/index.php?title=Generating_an_Xcode_project_from_CMake&amp;diff=301&amp;oldid=prev</id>
		<title>imported&gt;Iko: Новая страница: «&#039;&#039;You should [http://wiki.cs.hse.ru/Installing_CMake_on_macOS_using_Homebrew install CMake] before proceeding&#039;&#039;  # Open Terminal and navigate to your CMake projec…»</title>
		<link rel="alternate" type="text/html" href="https://www.wikicshse.ru/index.php?title=Generating_an_Xcode_project_from_CMake&amp;diff=301&amp;oldid=prev"/>
		<updated>2019-01-16T15:45:37Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «&amp;#039;&amp;#039;You should [http://wiki.cs.hse.ru/Installing_CMake_on_macOS_using_Homebrew install CMake] before proceeding&amp;#039;&amp;#039;  # Open Terminal and navigate to your CMake projec…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;You should [http://wiki.cs.hse.ru/Installing_CMake_on_macOS_using_Homebrew install CMake] before proceeding&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# Open Terminal and navigate to your CMake project root&lt;br /&gt;
# Create a new directory for storing your build files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;mkdir build&amp;lt;/source&amp;gt;&lt;br /&gt;
(You can call it whatever you want)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;3&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Move to the new directory:&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;cd build&amp;lt;/source&amp;gt;&lt;br /&gt;
(Or the directory you created)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;4&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Generate the project in the current directory:&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;cmake -G Xcode ..&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Iko</name></author>
	</entry>
</feed>