Include the configuration as a dependency

Apparently this wasn't even supposed to work, so it's probably a good
idea to do it properly before things break.
This commit is contained in:
Robbert van der Helm
2021-07-13 21:51:27 +02:00
parent 3dfb17cf5e
commit 4013aea63a
4 changed files with 17 additions and 16 deletions
+2 -8
View File
@@ -15,10 +15,7 @@ vst2_plugin_sources = files(
'host-process.cpp',
'utils.cpp',
'vst2-plugin.cpp',
) + [
config_header,
version_header,
]
)
vst3_plugin_sources = files(
'../common/communication/common.cpp',
@@ -91,7 +88,4 @@ vst3_plugin_sources = files(
'host-process.cpp',
'utils.cpp',
'vst3-plugin.cpp',
) + [
config_header,
version_header,
]
)