Home | History | Annotate | Download | only in stress
      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 add_library(deqp-gles2-stress STATIC ${DEQP_GLES2_STRESS_SRCS})
     19 target_link_libraries(deqp-gles2-stress deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
     20