<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting Started with CMake</title>
	<atom:link href="http://mathnathan.com/2010/07/11/getting-started-with-cmake/feed/" rel="self" type="application/rss+xml" />
	<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=getting-started-with-cmake</link>
	<description>Musings from a mathematician</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:20:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Nathan Crock</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-741</link>
		<dc:creator>Nathan Crock</dc:creator>
		<pubDate>Thu, 22 Dec 2011 18:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-741</guid>
		<description>Hey Arjun,

Thanks for reading my article. You say link, so I assume you&#039;re trying to plug some shared or dynamic library into a current project. (You can always compile a library with CMake before this linking example if it hasn&#039;t yet been compiled).

Say you&#039;ve got your target program &quot;TARGET.cpp&quot;,
CMAKE EXAMPLE: add_executable( target TARGET.cpp )
and your library &quot;LIBRARY.so&quot;,
CMAKE EXAMPLE: set( LIBS LIBRARY.so )

Linking your target with your libraries is a one liner.
target_link_libraries( target LIBS )

Hope that helps</description>
		<content:encoded><![CDATA[<p>Hey Arjun,</p>
<p>Thanks for reading my article. You say link, so I assume you&#8217;re trying to plug some shared or dynamic library into a current project. (You can always compile a library with CMake before this linking example if it hasn&#8217;t yet been compiled).</p>
<p>Say you&#8217;ve got your target program &#8220;TARGET.cpp&#8221;,<br />
CMAKE EXAMPLE: add_executable( target TARGET.cpp )<br />
and your library &#8220;LIBRARY.so&#8221;,<br />
CMAKE EXAMPLE: set( LIBS LIBRARY.so )</p>
<p>Linking your target with your libraries is a one liner.<br />
target_link_libraries( target LIBS )</p>
<p>Hope that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arjun</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-739</link>
		<dc:creator>arjun</dc:creator>
		<pubDate>Thu, 22 Dec 2011 18:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-739</guid>
		<description>Hi Nathan,

Thank you very much for your tutorial which helped me start with CMake. In my project, I would like to Link 2 files from different directories and I am unable to find the proper command. Can you help me with a command and example.

Thanks in advance,

Arjun</description>
		<content:encoded><![CDATA[<p>Hi Nathan,</p>
<p>Thank you very much for your tutorial which helped me start with CMake. In my project, I would like to Link 2 files from different directories and I am unable to find the proper command. Can you help me with a command and example.</p>
<p>Thanks in advance,</p>
<p>Arjun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Komal</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-553</link>
		<dc:creator>Komal</dc:creator>
		<pubDate>Fri, 02 Sep 2011 20:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-553</guid>
		<description>Nice article. Simple and short one is great for quick start.</description>
		<content:encoded><![CDATA[<p>Nice article. Simple and short one is great for quick start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernhard</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-455</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Thu, 24 Mar 2011 09:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-455</guid>
		<description>Thanks for your tutorial. It&#039;s too simple for my needs but it is the first tutorial I&#039;ve read about CMake and it provides a nice overview.

Best
Bernhard</description>
		<content:encoded><![CDATA[<p>Thanks for your tutorial. It&#8217;s too simple for my needs but it is the first tutorial I&#8217;ve read about CMake and it provides a nice overview.</p>
<p>Best<br />
Bernhard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Crock</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-398</link>
		<dc:creator>Nathan Crock</dc:creator>
		<pubDate>Fri, 14 Jan 2011 17:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-398</guid>
		<description>That&#039;s interesting. I do not have a similar problem. Perhaps try adding this to your CMakeLists.txt file

set(CMAKE_BUILD_TYPE Debug)</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting. I do not have a similar problem. Perhaps try adding this to your CMakeLists.txt file</p>
<p>set(CMAKE_BUILD_TYPE Debug)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PierreLI</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-397</link>
		<dc:creator>PierreLI</dc:creator>
		<pubDate>Fri, 14 Jan 2011 12:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-397</guid>
		<description>Hi, thanks for your article, I read your great article and try your example in my PC under Ubuntu10.04. However, I have a question, when I&#039;m building the example file with cmake, I cannt use gdb to debug it, as: &quot;gdb fibonacci&quot;, it reminds that &quot;no debugging symbols found...&quot;. Can u tell
me why such things happened? Thank you!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your article, I read your great article and try your example in my PC under Ubuntu10.04. However, I have a question, when I&#8217;m building the example file with cmake, I cannt use gdb to debug it, as: &#8220;gdb fibonacci&#8221;, it reminds that &#8220;no debugging symbols found&#8230;&#8221;. Can u tell<br />
me why such things happened? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Crock</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-353</link>
		<dc:creator>Nathan Crock</dc:creator>
		<pubDate>Wed, 08 Dec 2010 03:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-353</guid>
		<description>You&#039;re right. I share and contribute what I know and what I&#039;m good at, unfortunately that is not windows. I&#039;m sure there will be a windows expert out there that will write an excellent intro to Cmake. Perhaps it will be you!</description>
		<content:encoded><![CDATA[<p>You&#8217;re right. I share and contribute what I know and what I&#8217;m good at, unfortunately that is not windows. I&#8217;m sure there will be a windows expert out there that will write an excellent intro to Cmake. Perhaps it will be you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin chan</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-352</link>
		<dc:creator>kevin chan</dc:creator>
		<pubDate>Wed, 08 Dec 2010 03:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-352</guid>
		<description>Thanks for your simple description of Cmake for the starters. But it is a pity that you did not give out an example on the usage of cmake in MS windows.</description>
		<content:encoded><![CDATA[<p>Thanks for your simple description of Cmake for the starters. But it is a pity that you did not give out an example on the usage of cmake in MS windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Koski</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-351</link>
		<dc:creator>Alan Koski</dc:creator>
		<pubDate>Thu, 02 Dec 2010 18:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-351</guid>
		<description>I thought it was a very good tutorial. It was the first one I looked at to learn cmake and it taught me a lot. thanks.</description>
		<content:encoded><![CDATA[<p>I thought it was a very good tutorial. It was the first one I looked at to learn cmake and it taught me a lot. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://mathnathan.com/2010/07/11/getting-started-with-cmake/comment-page-1/#comment-298</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 16 Sep 2010 22:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://mathnathan.com/?p=319#comment-298</guid>
		<description>PS -- thanks for the good little quick start-up tutorial on CMake, I know that was your purpose and it worked for me.</description>
		<content:encoded><![CDATA[<p>PS &#8212; thanks for the good little quick start-up tutorial on CMake, I know that was your purpose and it worked for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

