8e03250fcf
Reviewed-by: Matt Turner <mattst88@gmail.com>
17 lines
297 B
Makefile
17 lines
297 B
Makefile
|
|
VULKAN_WSI_FILES := \
|
|
wsi/wsi_common.h \
|
|
wsi/wsi_common_queue.h
|
|
|
|
VULKAN_WSI_WAYLAND_FILES := \
|
|
wsi/wsi_common_wayland.c \
|
|
wsi/wsi_common_wayland.h
|
|
|
|
VULKAN_WSI_X11_FILES := \
|
|
wsi/wsi_common_x11.c \
|
|
wsi/wsi_common_x11.h
|
|
|
|
VULKAN_UTIL_FILES := \
|
|
util/vk_enum_to_str.c \
|
|
util/vk_enum_to_str.h
|