Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / memory / CMakeLists.txt
1 # Memory tests
2
3 include_directories(..)
4
5 set(DEQP_VK_MEMORY_SRCS
6         vktMemoryTests.cpp
7         vktMemoryTests.hpp
8         vktMemoryAllocationTests.cpp
9         vktMemoryAllocationTests.hpp
10         vktMemoryMappingTests.cpp
11         vktMemoryMappingTests.hpp
12         vktMemoryPipelineBarrierTests.hpp
13         vktMemoryPipelineBarrierTests.cpp
14         vktMemoryRequirementsTests.cpp
15         vktMemoryRequirementsTests.hpp
16         vktMemoryBindingTests.cpp
17         vktMemoryBindingTests.hpp
18         )
19
20 set(DEQP_VK_MEMORY_LIBS
21         tcutil
22         vkutil
23         )
24
25 add_library(deqp-vk-memory STATIC ${DEQP_VK_MEMORY_SRCS})
26 target_link_libraries(deqp-vk-memory ${DEQP_VK_MEMORY_LIBS})