<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CMakeLists.txt on ✨</title><link>/tags/cmakelists.txt/</link><description>Recent content in CMakeLists.txt on ✨</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 08 Jan 2019 10:00:00 -0400</lastBuildDate><atom:link href="/tags/cmakelists.txt/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting linker flags in CMake</title><link>/post/linker-flags-in-c/</link><pubDate>Tue, 08 Jan 2019 10:00:00 -0400</pubDate><guid>/post/linker-flags-in-c/</guid><description>When working in a C or C++ project using CMake as a build process manager, it is almost a given that a set of external libraries will be used to aid the development of complex systems reliant on variety of functions such as low-level system access, database connectivity, etc.
To be able to use external libraries in a standard Makefile, it is usually done by setting a set of flags, canonically known as LDFLAGS.</description></item></channel></rss>