mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Split communication/vst2.h into common and VST2
So we can reuse the generic bits for our VST3 implementation.
This commit is contained in:
@@ -103,6 +103,7 @@ include_dir = include_directories('src/include')
|
||||
shared_library(
|
||||
'yabridge-vst2',
|
||||
[
|
||||
'src/common/communication/common.cpp',
|
||||
'src/common/communication/vst2.cpp',
|
||||
'src/common/serialization/vst2.cpp',
|
||||
'src/common/configuration.cpp',
|
||||
|
||||
Reference in New Issue
Block a user