mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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_helpers.h
|
||||||
vk/vk_image_allocator.c
|
vk/vk_image_allocator.c
|
||||||
vk/vk_image_allocator.h
|
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.c
|
||||||
vk/vk_image_readback_to_xf_pool.h
|
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 aux_os aux_util)
|
||||||
target_link_libraries(aux_vk PUBLIC Vulkan::Vulkan)
|
target_link_libraries(aux_vk PUBLIC Vulkan::Vulkan)
|
||||||
|
|
|
@ -293,9 +293,9 @@ lib_aux_vk = static_library(
|
||||||
'vk/vk_helpers.c',
|
'vk/vk_helpers.c',
|
||||||
'vk/vk_image_allocator.h',
|
'vk/vk_image_allocator.h',
|
||||||
'vk/vk_image_allocator.c',
|
'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.h',
|
||||||
'vk/vk_image_readback_to_xf_pool.c',
|
'vk/vk_image_readback_to_xf_pool.c',
|
||||||
|
'vk/vk_state_creators.c',
|
||||||
),
|
),
|
||||||
include_directories: [
|
include_directories: [
|
||||||
xrt_include,
|
xrt_include,
|
||||||
|
|
Loading…
Reference in a new issue