1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Docs: Fix up description of FORMATS argument in CMake API doc

This commit is contained in:
reuk 2025-11-24 12:54:39 +00:00
parent 10ec977d05
commit e26c69e7bf
No known key found for this signature in database

View file

@ -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. - A string to insert into an app/plugin's Info.plist.
`FORMATS` `FORMATS`
- For plugin targets, specifies the plugin targets to build. Should be provided as a - For plugin targets, specifies the plugin targets to build. Should be provided as a space-separated
space-separated list. Valid values are `Standalone Unity VST3 AU AUv3 AAX VST LV2`. `AU` and list. Valid values are `Standalone Unity VST3 AU AUv3 AAX VST LV2`. `AU` and `AUv3` plugins will
`AUv3` plugins will only be enabled when building on macOS. It is an error to pass `AAX` or `VST` only be enabled when building on macOS; `AUv3` plugins will only be enabled when using the Xcode
without first calling `juce_set_aax_sdk_path` or `juce_set_vst2_sdk_path` respectively. generator. It is an error to pass `VST` without first calling `juce_set_vst2_sdk_path`.
`PLUGIN_NAME` `PLUGIN_NAME`
- The name of the plugin. In a DAW environment, this is the name that will be displayed to the - The name of the plugin. In a DAW environment, this is the name that will be displayed to the