<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cmake Archives - PragmaticLinux</title>
	<atom:link href="https://www.pragmaticlinux.com/tag/cmake/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.pragmaticlinux.com/tag/cmake/</link>
	<description>Tutorials for getting things done in Linux</description>
	<lastBuildDate>Sat, 26 Nov 2022 11:06:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.pragmaticlinux.com/wp-content/uploads/2020/04/cropped-siteicon-32x32.png</url>
	<title>cmake Archives - PragmaticLinux</title>
	<link>https://www.pragmaticlinux.com/tag/cmake/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Install Qt5 and Qt Creator on Linux</title>
		<link>https://www.pragmaticlinux.com/2022/11/install-qt5-and-qt-creator-on-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-qt5-and-qt-creator-on-linux</link>
		
		<dc:creator><![CDATA[PragmaticLinux]]></dc:creator>
		<pubDate>Sat, 26 Nov 2022 11:06:39 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[qt]]></category>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=1655</guid>

					<description><![CDATA[<p>Interested in developing a graphical user interface application for Linux? Not sure where to get started? If you know a little C++, you can&#8217;t go &#8230; </p>
<p>The post <a href="https://www.pragmaticlinux.com/2022/11/install-qt5-and-qt-creator-on-linux/">Install Qt5 and Qt Creator on Linux</a> appeared first on <a href="https://www.pragmaticlinux.com">PragmaticLinux</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Enable compiler warnings with CMake</title>
		<link>https://www.pragmaticlinux.com/2022/07/enable-compiler-warnings-with-cmake/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-compiler-warnings-with-cmake</link>
		
		<dc:creator><![CDATA[PragmaticLinux]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 18:45:48 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cmake]]></category>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=1597</guid>

					<description><![CDATA[<p>C and C++ compiler toolchains make it possible for us software geeks to build amazing things. Did you know that both GCC and Clang offer &#8230; </p>
<p>The post <a href="https://www.pragmaticlinux.com/2022/07/enable-compiler-warnings-with-cmake/">Enable compiler warnings with CMake</a> appeared first on <a href="https://www.pragmaticlinux.com">PragmaticLinux</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to link a shared library with GCC and CMake</title>
		<link>https://www.pragmaticlinux.com/2022/03/how-to-link-a-shared-library-with-gcc-and-cmake/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-link-a-shared-library-with-gcc-and-cmake</link>
		
		<dc:creator><![CDATA[PragmaticLinux]]></dc:creator>
		<pubDate>Wed, 09 Mar 2022 10:39:16 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cmake]]></category>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=1445</guid>

					<description><![CDATA[<p>Interested in using a shared library in your C or C++ application? Not sure how to build your application with the GCC compiler, such that &#8230; </p>
<p>The post <a href="https://www.pragmaticlinux.com/2022/03/how-to-link-a-shared-library-with-gcc-and-cmake/">How to link a shared library with GCC and CMake</a> appeared first on <a href="https://www.pragmaticlinux.com">PragmaticLinux</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Create a shared library in C with CMake</title>
		<link>https://www.pragmaticlinux.com/2022/02/create-a-shared-library-in-c-with-cmake/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-shared-library-in-c-with-cmake</link>
		
		<dc:creator><![CDATA[PragmaticLinux]]></dc:creator>
		<pubDate>Wed, 23 Feb 2022 22:05:35 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cmake]]></category>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=1426</guid>

					<description><![CDATA[<p>Curious about creating your own shared library using CMake and the C programming language? This tutorial shows you how to develop a basic shared library &#8230; </p>
<p>The post <a href="https://www.pragmaticlinux.com/2022/02/create-a-shared-library-in-c-with-cmake/">Create a shared library in C with CMake</a> appeared first on <a href="https://www.pragmaticlinux.com">PragmaticLinux</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
