Merge "Fix warnings in texture_filtering tests" am: 083240d0d8 am: 49f5c1f518 am...
[platform/upstream/VK-GL-CTS.git] / modules / gles2 / performance / CMakeLists.txt
1 # dEQP-GLES2.performance
2
3 set(DEQP_GLES2_PERFORMANCE_SRCS
4         es2pBlendTests.cpp
5         es2pBlendTests.hpp
6         es2pPerformanceTests.cpp
7         es2pPerformanceTests.hpp
8         es2pShaderControlStatementTests.cpp
9         es2pShaderControlStatementTests.hpp
10         es2pShaderOperatorTests.cpp
11         es2pShaderOperatorTests.hpp
12         es2pTextureCases.cpp
13         es2pTextureCases.hpp
14         es2pTextureCountTests.cpp
15         es2pTextureCountTests.hpp
16         es2pTextureFilteringTests.cpp
17         es2pTextureFilteringTests.hpp
18         es2pTextureFormatTests.cpp
19         es2pTextureFormatTests.hpp
20         es2pShaderCompilerTests.cpp
21         es2pShaderCompilerTests.hpp
22         es2pTextureUploadTests.cpp
23         es2pTextureUploadTests.hpp
24         es2pStateChangeCallTests.hpp
25         es2pStateChangeCallTests.cpp
26         es2pStateChangeTests.hpp
27         es2pStateChangeTests.cpp
28         es2pRedundantStateChangeTests.hpp
29         es2pRedundantStateChangeTests.cpp
30         es2pDrawCallBatchingTests.hpp
31         es2pDrawCallBatchingTests.cpp
32         es2pShaderOptimizationTests.hpp
33         es2pShaderOptimizationTests.cpp
34         es2pShaderCompilationCases.hpp
35         es2pShaderCompilationCases.cpp
36         )
37
38 add_library(deqp-gles2-performance STATIC ${DEQP_GLES2_PERFORMANCE_SRCS})
39 target_link_libraries(deqp-gles2-performance deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})