mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add the generated version header to the file list
Otherwise it may not be generated yet on first build.
This commit is contained in:
@@ -47,6 +47,7 @@ shared_library(
|
||||
'src/common/serialization.cpp',
|
||||
'src/plugin/host-bridge.cpp',
|
||||
'src/plugin/plugin.cpp',
|
||||
version_header,
|
||||
],
|
||||
native : true,
|
||||
include_directories : include_dir,
|
||||
@@ -65,6 +66,7 @@ executable(
|
||||
'src/wine-host/plugin-bridge.cpp',
|
||||
'src/wine-host/vst-host.cpp',
|
||||
'src/wine-host/utils.cpp',
|
||||
version_header,
|
||||
],
|
||||
native : false,
|
||||
include_directories : include_dir,
|
||||
|
||||
Reference in New Issue
Block a user