OFXcodeMenu
OFXcodeMenu copied to clipboard
OpenFrameworks plugin for Xcode, adds addons to your project
RIP
I think about this plugin almost every day. It was very good to me. Miss u.
ADDON_LIBS in addon_config.mk is not being parsed
As far as i see there is no way to set a library search path or LDFLAG, is that correct? The addon_config.mk file hints you can use `ADDON_LDFLAGS`, but it...
Hey there ... maybe I'm doing it wrong, but for whatever reason when I add ofxOsc via OFPlugin, compilation fails because the oscpack headers (which, unfortunately are in its `src`...
Specifically, OFPlugin should add all folders recursively in an addon as include paths. See openFrameworks/openFrameworks#3575
It seems like it is defined in the source code, but not used anywhere. So the headerfiles are included even though they are marked not to be included.