TuononenP / pkg-config-support-for-eclipse-cdt

Provides automation of configuration needed for projects using pkg-config, such as GTK+ and gtkmm. Very useful time-saving tool for all C, C++ programmers using Eclipse.
4 stars 2 forks source link

pkg-config paths & build configuration #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to move my build system to Eclipse. I build my apps for ARM and x86.

I use pkg-config with custom path for ARM.

I want to be able to build my app for different platforms.

So, I'm not quite satisfied with per-project pkg-config path. It should be tied 
to build configuration, so I could pick one path for ARM builds and another for 
x86 builds.

Original issue reported on code.google.com by yury.lu...@gmail.com on 16 Aug 2012 at 2:01

GoogleCodeExporter commented 9 years ago
Great suggestion. Although architecture wise it would be a pretty big change. I 
will take this into an account when I have enough time.

Original comment by petri.tuononen@gmail.com on 16 Aug 2012 at 2:07