mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
CMake: Fix typo in docs
This commit is contained in:
parent
27828bd787
commit
ddeae4a656
1 changed files with 4 additions and 4 deletions
|
|
@ -168,10 +168,10 @@ appropriate:
|
||||||
|
|
||||||
target_compile_definitions(my_target PUBLIC NAME_OF_KEY=<value>)
|
target_compile_definitions(my_target PUBLIC NAME_OF_KEY=<value>)
|
||||||
|
|
||||||
The `JucePlugin_PreferredChannelConfig` preprocessor definition for plugins is difficult to specify
|
The `JucePlugin_PreferredChannelConfigurations` preprocessor definition for plugins is difficult to
|
||||||
in a portable way due to its use of curly braces, which may be misinterpreted in Linux/Mac builds
|
specify in a portable way due to its use of curly braces, which may be misinterpreted in Linux/Mac
|
||||||
using the Ninja/Makefile generators. It is recommended to avoid this option altogether, and to use
|
builds using the Ninja/Makefile generators. It is recommended to avoid this option altogether, and
|
||||||
the newer buses API to specify the desired plugin inputs and outputs.
|
to use the newer buses API to specify the desired plugin inputs and outputs.
|
||||||
|
|
||||||
## API Reference
|
## API Reference
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue