mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-08 23:24:19 +00:00
Docs: Fix up description of FORMATS argument in CMake API doc
This commit is contained in:
parent
10ec977d05
commit
e26c69e7bf
1 changed files with 4 additions and 4 deletions
|
|
@ -498,10 +498,10 @@ attributes directly to these creation functions, rather than adding them later.
|
|||
- A string to insert into an app/plugin's Info.plist.
|
||||
|
||||
`FORMATS`
|
||||
- For plugin targets, specifies the plugin targets to build. Should be provided as a
|
||||
space-separated list. Valid values are `Standalone Unity VST3 AU AUv3 AAX VST LV2`. `AU` and
|
||||
`AUv3` plugins will only be enabled when building on macOS. It is an error to pass `AAX` or `VST`
|
||||
without first calling `juce_set_aax_sdk_path` or `juce_set_vst2_sdk_path` respectively.
|
||||
- For plugin targets, specifies the plugin targets to build. Should be provided as a space-separated
|
||||
list. Valid values are `Standalone Unity VST3 AU AUv3 AAX VST LV2`. `AU` and `AUv3` plugins will
|
||||
only be enabled when building on macOS; `AUv3` plugins will only be enabled when using the Xcode
|
||||
generator. It is an error to pass `VST` without first calling `juce_set_vst2_sdk_path`.
|
||||
|
||||
`PLUGIN_NAME`
|
||||
- The name of the plugin. In a DAW environment, this is the name that will be displayed to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue