mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
macOS/iOS: Add the ability to weak link module frameworks
This commit is contained in:
parent
04e7014d0f
commit
e5cbcd7628
6 changed files with 81 additions and 45 deletions
|
|
@ -185,11 +185,18 @@ Possible values:
|
|||
parent folder, which need to be added to a project's header search path
|
||||
|
||||
- OSXFrameworks
|
||||
- (Optional) A list (space or comma-separated) of OSX frameworks that are needed
|
||||
- (Optional) A list (space or comma-separated) of OSX frameworks that are needed by this module
|
||||
|
||||
- WeakOSXFrameworks
|
||||
- (Optional) A list (space or comma-separated) of weak linked OSX frameworks that are needed
|
||||
by this module
|
||||
|
||||
- iOSFrameworks
|
||||
- (Optional) Like OSXFrameworks, but for iOS targets
|
||||
- (Optional) A list (space or comma-separated) of iOS frameworks that are needed by this module
|
||||
|
||||
- WeakiOSFrameworks
|
||||
- (Optional) A list (space or comma-separated) of weak linked iOS frameworks that are needed
|
||||
by this module
|
||||
|
||||
- linuxPackages
|
||||
- (Optional) A list (space or comma-separated) pkg-config packages that should be used to pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue