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:
Michael Tang
2021-09-07 16:55:10 -07:00
committed by Marge Bot
parent 90faabc0ee
commit f7e575ce0d

View File

@@ -31,6 +31,7 @@ libspirv_to_dxil = both_libraries(
vs_module_defs : 'spirv_to_dxil.def',
dependencies : [idep_nir, idep_libdxil_compiler],
include_directories : [inc_include, inc_src, inc_compiler, inc_gallium],
install : true,
)
spirv_to_dxil = executable(