Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / draw / CMakeLists.txt
1 include_directories(..)
2
3 set(DEQP_VK_DRAW_SRCS
4         vktDrawTests.hpp
5         vktDrawTests.cpp
6         vktDrawIndexedTest.hpp
7         vktDrawIndexedTest.cpp
8         vktDrawIndirectTest.hpp
9         vktDrawIndirectTest.cpp
10         vktDrawInstancedTests.hpp
11         vktDrawInstancedTests.cpp
12         vktDrawInvertedDepthRangesTests.hpp
13         vktDrawInvertedDepthRangesTests.cpp
14         vktDrawShaderDrawParametersTests.hpp
15         vktDrawShaderDrawParametersTests.cpp
16         vktDrawSimpleTest.hpp
17         vktDrawSimpleTest.cpp
18         vktDrawNegativeViewportHeightTests.hpp
19         vktDrawNegativeViewportHeightTests.cpp
20         vktDrawBaseClass.hpp
21         vktDrawBaseClass.cpp
22         vktDrawCreateInfoUtil.hpp
23         vktDrawCreateInfoUtil.cpp
24         vktDrawImageObjectUtil.hpp
25         vktDrawImageObjectUtil.cpp
26         vktDrawBufferObjectUtil.hpp
27         vktDrawBufferObjectUtil.cpp
28         vktDrawTestCaseUtil.hpp
29         vktBasicDrawTests.hpp
30         vktBasicDrawTests.cpp
31 )
32
33 set(DEQP_VK_DRAW_LIBS
34         tcutil
35         vkutil
36 )
37
38 add_library(deqp-vk-draw STATIC ${DEQP_VK_DRAW_SRCS})
39 target_link_libraries(deqp-vk-draw ${DEQP_VK_DRAW_LIBS})