mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
aco/tests: add missing dependency on generated header
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8820 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22442>
This commit is contained in:
parent
f8a8b7708e
commit
0c8394908c
1 changed files with 1 additions and 0 deletions
|
|
@ -102,4 +102,5 @@ _libaco = static_library(
|
|||
idep_aco = declare_dependency(
|
||||
include_directories : include_directories('.'),
|
||||
link_with : _libaco,
|
||||
sources : [aco_opcodes_h, aco_builder_h],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue