Merge vk-gl-cts/vulkan-cts-1.1.2 into vk-gl-cts/vulkan-cts-1.1.3
[platform/upstream/VK-GL-CTS.git] / modules / gles2 / stress / CMakeLists.txt
1 # dEQP-GLES2.stress
2
3 set(DEQP_GLES2_STRESS_SRCS
4         es2sStressTests.hpp
5         es2sStressTests.cpp
6         es2sMemoryTests.hpp
7         es2sMemoryTests.cpp
8         es2sLongRunningTests.hpp
9         es2sLongRunningTests.cpp
10         es2sSpecialFloatTests.hpp
11         es2sSpecialFloatTests.cpp
12         es2sVertexArrayTests.hpp
13         es2sVertexArrayTests.cpp
14         es2sDrawTests.hpp
15         es2sDrawTests.cpp
16         )
17
18 PCH(DEQP_GLES2_STRESS_SRCS ../../pch.cpp)
19
20 add_library(deqp-gles2-stress STATIC ${DEQP_GLES2_STRESS_SRCS})
21 target_link_libraries(deqp-gles2-stress deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})