For example, if I need Gtk + then the path is included in the Xcode project settings pkg-config Gtk + -2.0 - cflags
How to use?
is an option, but it is not very portable for other developers on the project - you can only enter your code You can run pkg-config gtk + -2.0 - cflags
and paste it into the build setting - & gt; Other C Flag I would be interested in hearing how other people can deal with this way more portable. Ideally, it would be nice to run pkg-config at compile time to create more system-independent.
Comments
Post a Comment