microsoft/spirv_to_dxil: Add install : true
to spirv_to_dxil library.
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12758>
This commit is contained in:
@@ -31,6 +31,7 @@ libspirv_to_dxil = both_libraries(
|
|||||||
vs_module_defs : 'spirv_to_dxil.def',
|
vs_module_defs : 'spirv_to_dxil.def',
|
||||||
dependencies : [idep_nir, idep_libdxil_compiler],
|
dependencies : [idep_nir, idep_libdxil_compiler],
|
||||||
include_directories : [inc_include, inc_src, inc_compiler, inc_gallium],
|
include_directories : [inc_include, inc_src, inc_compiler, inc_gallium],
|
||||||
|
install : true,
|
||||||
)
|
)
|
||||||
|
|
||||||
spirv_to_dxil = executable(
|
spirv_to_dxil = executable(
|
||||||
|
Reference in New Issue
Block a user