dxvk/include/native/meson.build

19 lines
323 B
Meson

install_subdir(
'directx',
install_dir: get_option('includedir') / 'dxvk',
strip_directory: true,
)
install_subdir(
'windows',
install_dir: get_option('includedir') / 'dxvk',
strip_directory: true,
)
install_headers(
'wsi/native_wsi.h',
'wsi/native_sdl2.h',
'wsi/native_glfw.h',
subdir: 'dxvk/wsi',
)