Add stringconvert.cpp to SDK sources
This commit is contained in:
parent
6735d77e63
commit
7c059ec750
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ add_library(vst3sdk STATIC EXCLUDE_FROM_ALL
|
|||
"${VST3SDK_BASEDIR}/public.sdk/source/vst/vstnoteexpressiontypes.cpp"
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/vst/vstparameters.cpp"
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/vst/vstpresetfile.cpp"
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/vst/vstrepresentation.cpp")
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/vst/vstrepresentation.cpp"
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/vst/utility/stringconvert.cpp")
|
||||
if(WIN32)
|
||||
target_sources(vst3sdk PRIVATE
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/common/threadchecker_win32.cpp")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue