mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
aux/vk: Order files in build scripts (NFC)
This commit is contained in:
parent
e1c180240e
commit
d6e0c45855
|
@ -253,9 +253,9 @@ if(XRT_HAVE_VULKAN)
|
|||
vk/vk_helpers.h
|
||||
vk/vk_image_allocator.c
|
||||
vk/vk_image_allocator.h
|
||||
vk/vk_state_creators.c
|
||||
vk/vk_image_readback_to_xf_pool.c
|
||||
vk/vk_image_readback_to_xf_pool.h
|
||||
vk/vk_state_creators.c
|
||||
)
|
||||
target_link_libraries(aux_vk PUBLIC aux_os aux_util)
|
||||
target_link_libraries(aux_vk PUBLIC Vulkan::Vulkan)
|
||||
|
|
|
@ -293,9 +293,9 @@ lib_aux_vk = static_library(
|
|||
'vk/vk_helpers.c',
|
||||
'vk/vk_image_allocator.h',
|
||||
'vk/vk_image_allocator.c',
|
||||
'vk/vk_state_creators.c',
|
||||
'vk/vk_image_readback_to_xf_pool.h',
|
||||
'vk/vk_image_readback_to_xf_pool.c',
|
||||
'vk/vk_state_creators.c',
|
||||
),
|
||||
include_directories: [
|
||||
xrt_include,
|
||||
|
|
Loading…
Reference in a new issue