mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
CMake: Support using custom VST3 SDKs
This commit is contained in:
parent
af4b727b8a
commit
429550f3dd
2 changed files with 26 additions and 4 deletions
|
|
@ -611,10 +611,11 @@ target!).
|
|||
|
||||
juce_set_aax_sdk_path(<absolute path>)
|
||||
juce_set_vst2_sdk_path(<absolute path>)
|
||||
juce_set_vst3_sdk_path(<absolute path>)
|
||||
|
||||
Call these functions from your CMakeLists to set up your local AAX and/or VST2 SDKs. These functions
|
||||
should be called *before* adding any targets that may depend on the AAX/VST2 SDKs (plugin
|
||||
hosts, VST2/AAX plugins etc.).
|
||||
Call these functions from your CMakeLists to set up your local AAX, VST2, and VST3 SDKs. These
|
||||
functions should be called *before* adding any targets that may depend on the AAX/VST2/VST3 SDKs
|
||||
(plugin hosts, AAX/VST2/VST3 plugins etc.).
|
||||
|
||||
#### `juce_add_module`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue