1# dEQP-GLES3.stress 2 3set(DEQP_GLES3_STRESS_SRCS 4 es3sStressTests.hpp 5 es3sStressTests.cpp 6 es3sMemoryTests.hpp 7 es3sMemoryTests.cpp 8 es3sOcclusionQueryTests.hpp 9 es3sOcclusionQueryTests.cpp 10 es3sSyncTests.hpp 11 es3sSyncTests.cpp 12 es3sLongRunningTests.hpp 13 es3sLongRunningTests.cpp 14 es3sSpecialFloatTests.hpp 15 es3sSpecialFloatTests.cpp 16 es3sDrawTests.hpp 17 es3sDrawTests.cpp 18 es3sVertexArrayTests.hpp 19 es3sVertexArrayTests.cpp 20 es3sLongShaderTests.hpp 21 es3sLongShaderTests.cpp 22 es3sLongRunningShaderTests.cpp 23 es3sLongRunningShaderTests.hpp 24 ) 25 26PCH(DEQP_GLES3_STRESS_SRCS ../../pch.cpp) 27 28add_library(deqp-gles3-stress STATIC ${DEQP_GLES3_STRESS_SRCS}) 29target_link_libraries(deqp-gles3-stress deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES}) 30