mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-10 09:21:38 +00:00
Fix build as meson subproject
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
91362d045a
commit
c39f4fd002
@ -47,7 +47,7 @@ if spice_common_generate_client_code or spice_common_generate_server_code
|
||||
'--generate-demarshallers',
|
||||
'--client',
|
||||
'--include', 'test-marshallers.h',
|
||||
'--generated-declaration-file', 'generated_test_messages.h',
|
||||
'--generated-declaration-file', meson.current_build_dir() /'generated_test_messages.h',
|
||||
'@INPUT@', '@OUTPUT@'
|
||||
]],
|
||||
['test_enums_h', test_proto, 'generated_test_enums.h', [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user