• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# dEQP-GLES2.stress
2
3set(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
18add_library(deqp-gles2-stress STATIC ${DEQP_GLES2_STRESS_SRCS})
19target_link_libraries(deqp-gles2-stress deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
20