Compile VST3 targets with c++14
This commit is contained in:
parent
3ed225323d
commit
f5a47b8f67
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ function(plugin_add_vst3sdk NAME)
|
|||
"${VST3SDK_BASEDIR}/public.sdk/source/common/threadchecker_win32.cpp"
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/vst/vstgui_win32_bundle_support.cpp"
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/main/dllmain.cpp")
|
||||
set_property(TARGET "${NAME}" PROPERTY CXX_STANDARD 14)
|
||||
elseif(APPLE)
|
||||
target_sources("${NAME}" PRIVATE
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/main/macmain.cpp")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue