1e5c31af7Sopenharmony_ci# dEQP-GLES2.performance
2e5c31af7Sopenharmony_ci
3e5c31af7Sopenharmony_ciset(DEQP_GLES2_PERFORMANCE_SRCS
4e5c31af7Sopenharmony_ci	es2pBlendTests.cpp
5e5c31af7Sopenharmony_ci	es2pBlendTests.hpp
6e5c31af7Sopenharmony_ci	es2pPerformanceTests.cpp
7e5c31af7Sopenharmony_ci	es2pPerformanceTests.hpp
8e5c31af7Sopenharmony_ci	es2pShaderControlStatementTests.cpp
9e5c31af7Sopenharmony_ci	es2pShaderControlStatementTests.hpp
10e5c31af7Sopenharmony_ci	es2pShaderOperatorTests.cpp
11e5c31af7Sopenharmony_ci	es2pShaderOperatorTests.hpp
12e5c31af7Sopenharmony_ci	es2pTextureCases.cpp
13e5c31af7Sopenharmony_ci	es2pTextureCases.hpp
14e5c31af7Sopenharmony_ci	es2pTextureCountTests.cpp
15e5c31af7Sopenharmony_ci	es2pTextureCountTests.hpp
16e5c31af7Sopenharmony_ci	es2pTextureFilteringTests.cpp
17e5c31af7Sopenharmony_ci	es2pTextureFilteringTests.hpp
18e5c31af7Sopenharmony_ci	es2pTextureFormatTests.cpp
19e5c31af7Sopenharmony_ci	es2pTextureFormatTests.hpp
20e5c31af7Sopenharmony_ci	es2pShaderCompilerTests.cpp
21e5c31af7Sopenharmony_ci	es2pShaderCompilerTests.hpp
22e5c31af7Sopenharmony_ci	es2pTextureUploadTests.cpp
23e5c31af7Sopenharmony_ci	es2pTextureUploadTests.hpp
24e5c31af7Sopenharmony_ci	es2pStateChangeCallTests.hpp
25e5c31af7Sopenharmony_ci	es2pStateChangeCallTests.cpp
26e5c31af7Sopenharmony_ci	es2pStateChangeTests.hpp
27e5c31af7Sopenharmony_ci	es2pStateChangeTests.cpp
28e5c31af7Sopenharmony_ci	es2pRedundantStateChangeTests.hpp
29e5c31af7Sopenharmony_ci	es2pRedundantStateChangeTests.cpp
30e5c31af7Sopenharmony_ci	es2pDrawCallBatchingTests.hpp
31e5c31af7Sopenharmony_ci	es2pDrawCallBatchingTests.cpp
32e5c31af7Sopenharmony_ci	es2pShaderOptimizationTests.hpp
33e5c31af7Sopenharmony_ci	es2pShaderOptimizationTests.cpp
34e5c31af7Sopenharmony_ci	es2pShaderCompilationCases.hpp
35e5c31af7Sopenharmony_ci	es2pShaderCompilationCases.cpp
36e5c31af7Sopenharmony_ci	)
37e5c31af7Sopenharmony_ci
38e5c31af7Sopenharmony_ciPCH(DEQP_GLES2_PERFORMANCE_SRCS ../../pch.cpp)
39e5c31af7Sopenharmony_ci
40e5c31af7Sopenharmony_ciadd_library(deqp-gles2-performance STATIC ${DEQP_GLES2_PERFORMANCE_SRCS})
41e5c31af7Sopenharmony_citarget_link_libraries(deqp-gles2-performance deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
42