blob: 7a49448adbdfc41646371167bba146688187c58f [file] [log] [blame]
# dEQP-GLES31.stress
set(DEQP_GLES31_STRESS_SRCS
es31sDrawTests.cpp
es31sDrawTests.hpp
es31sStressTests.cpp
es31sStressTests.hpp
es31sVertexAttributeBindingTests.cpp
es31sVertexAttributeBindingTests.hpp
es31sTessellationGeometryInteractionTests.cpp
es31sTessellationGeometryInteractionTests.hpp
)
PCH(DEQP_GLES31_STRESS_SRCS ../../pch.cpp)
add_library(deqp-gles31-stress STATIC ${DEQP_GLES31_STRESS_SRCS})
target_link_libraries(deqp-gles31-stress deqp-gl-shared glutil tcutil ${DEQP_GLES31_LIBRARIES})