dacap / pocketcpp

Compile C++11 / C++14 / C++17 / C++20 snippets with Notepad++ and MinGW/gcc 9.2.0
83 stars 17 forks source link

Automatically link to used libraries #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like to see in Pocket C++?

Add support to compile projects that use libraries like SDL, Boost, libpng, 
etc. (All libraries included in the MinGW Distro should be supported.)

Implementation: It will require some kind of special command that parses 
#include directives and generates the compiler flags automatically.

Original issue reported on code.google.com by davidcapello on 8 Sep 2013 at 12:04

GoogleCodeExporter commented 9 years ago
https://www.bountysource.com/issues/1359372-automatically-link-to-used-libraries

Original comment by davidcapello on 15 Dec 2013 at 4:56