projectGeneratorSimple icon indicating copy to clipboard operation
projectGeneratorSimple copied to clipboard

ADDON_INCLUDES_EXCLUDE in addon_config.mk are still included in project navigator

Open HalfdanJ opened this issue 10 years ago • 0 comments

in ofxStreamer i have some header files that need to be excluded from the project navigator in xcode (because its c and not c++ header files). Adding those folders to ADDON_INCLUDES_EXCLUDE removes the files from the build settings, but not from the project navigator.

To reproduce: Clone ofxStreamer -> create a new project with the addon added -> the folders in addons/ofxStreamer/libs/libx264/include should not be there.

HalfdanJ avatar Nov 24 '14 22:11 HalfdanJ