1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-09 16:29:14 +01:00
dxvk/src/spirv/meson.build

8 lines
167 B
Meson
Raw Normal View History

spirv_src = files([
'spirv_code_buffer.cpp',
'spirv_module.cpp',
])
spirv_lib = static_library('spirv', spirv_src,
include_directories : [ dxvk_include_path ])