I'm building a project in Xcode 6.3. I based it on a command line tool
project template. Is there a possibility to exclude the automatically added libraries of such paths and origins like for example curses.h
?
Here the path:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/curses.h
Where can I change the default settings of inclusion/exclusion of the default libraries loaded in the target of my project?
Thank you for any hints, since it is awfully hard to find something about it on the web.