Add ThreadChecker for macOS
This commit is contained in:
parent
9580ca84d5
commit
20219b83a5
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ if(WIN32)
|
|||
target_sources(vst3sdk PRIVATE
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/common/threadchecker_win32.cpp")
|
||||
elseif(APPLE)
|
||||
target_sources(vst3sdk PRIVATE
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/common/threadchecker_mac.mm")
|
||||
else()
|
||||
target_sources(vst3sdk PRIVATE
|
||||
"${VST3SDK_BASEDIR}/public.sdk/source/common/threadchecker_linux.cpp")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue