commit aa1a96e653d55ef27117bc142e169998f9922703
parent 580902a5b5a30d90954f50bc0f66a92f537d979d
Author: ygrabit <ygrabit@users.noreply.github.com>
Date: Mon, 3 Dec 2018 16:08:00 +0100
vstsdk3612_03_12_2018_build_67
Diffstat:
4 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -32,6 +32,7 @@ set(ROOT "${CMAKE_CURRENT_SOURCE_DIR}")
# Here you can define where the VST 3 SDK is located
set(SDK_ROOT "${ROOT}")
set(public_sdk_SOURCE_DIR ${SDK_ROOT}/public.sdk)
+set(pluginterfaces_SOURCE_DIR ${SDK_ROOT}/pluginterfaces)
# Here you can define where the VSTGUI is located
if(SMTG_ADD_VSTGUI)
@@ -110,6 +111,6 @@ if(SMTG_ADD_VSTGUI)
endif()
endif()
-if(MAC AND XCODE AND SMTG_IOS_DEVELOPMENT_TEAM)
+if(SMTG_MAC AND XCODE AND SMTG_IOS_DEVELOPMENT_TEAM)
set_target_properties(base_ios PROPERTIES ${SDK_IDE_LIBS_FOLDER})
endif()
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-# Welcome to VST SDK 3.6.11
+# Welcome to VST SDK 3.6.12
## Table Of Contents
1. [The VST SDK package](#100)
diff --git a/VST3_License_Agreement.pdf b/VST3_License_Agreement.pdf
Binary files differ.
diff --git a/VST3_Usage_Guidelines.pdf b/VST3_Usage_Guidelines.pdf
Binary files differ.