1
0
Fork 0
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:
reuk 2021-03-30 16:17:16 +01:00
parent af4b727b8a
commit 429550f3dd
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
2 changed files with 26 additions and 4 deletions

View file

@ -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`