1# dEQP-GLES31.stress
2
3set(DEQP_GLES31_STRESS_SRCS
4	es31sDrawTests.cpp
5	es31sDrawTests.hpp
6	es31sStressTests.cpp
7	es31sStressTests.hpp
8	es31sVertexAttributeBindingTests.cpp
9	es31sVertexAttributeBindingTests.hpp
10	es31sTessellationGeometryInteractionTests.cpp
11	es31sTessellationGeometryInteractionTests.hpp
12	)
13
14add_library(deqp-gles31-stress STATIC ${DEQP_GLES31_STRESS_SRCS})
15target_link_libraries(deqp-gles31-stress deqp-gl-shared glutil tcutil ${DEQP_GLES31_LIBRARIES})
16