mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 21:40:20 +01:00
aco: Link ACO with amd/common.
We'd like to use some functions, for example some ac_shader_util functions in ACO, so we need to link ACO to AC. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
This commit is contained in:
parent
c57503b932
commit
e96124bd65
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ _libaco = static_library(
|
|||
include_directories : [
|
||||
inc_common, inc_compiler, inc_mesa, inc_mapi, inc_amd, inc_amd_common, inc_amd_common_llvm,
|
||||
],
|
||||
link_with : [
|
||||
libamd_common
|
||||
],
|
||||
dependencies : [
|
||||
dep_llvm, dep_thread, dep_elf, dep_libdrm_amdgpu, dep_valgrind,
|
||||
idep_nir_headers, idep_amdgfxregs_h,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue