Bug 378768 - Add frameworks and framework paths options in build settings
Summary: Add frameworks and framework paths options in build settings
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 8.1.0   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-07 23:11 EDT by Marc-André Laperle CLA
Modified: 2020-09-04 15:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2012-05-07 23:11:07 EDT
Using latest from master. Right now, adding non-standard framework paths (-F) in a managed project requires to:
- Add the option (-F /Path) to the build settings, Compiler/Miscellaneous (to find includes)
- Add (-F /Path) to Linker/Miscellaneous (to find the library) 
- Add (-framework MyFramework) to Linker/Miscellaneous (to specify the library)
- Add the path to the user entries in "Preprocessor include paths.." as a framework path (so that it parses correctly in CDT)

To make this easier to manage, it should be possible to add the frameworks and framework paths with lists similarly to includes and libraries. Also, by handling the framework paths as proper framework path entries, it will remove the need to add it to the user entries (Preprocessor include paths).