1 # dEQP-GLES2.accuracy 2 3 set(DEQP_GLES2_ACCURACY_SRCS 4 es2aAccuracyTests.cpp 5 es2aAccuracyTests.hpp 6 es2aTextureFilteringTests.cpp 7 es2aTextureFilteringTests.hpp 8 es2aTextureMipmapTests.cpp 9 es2aTextureMipmapTests.hpp 10 es2aVaryingInterpolationTests.cpp 11 es2aVaryingInterpolationTests.hpp 12 ) 13 14 add_library(deqp-gles2-accuracy STATIC ${DEQP_GLES2_ACCURACY_SRCS}) 15 target_link_libraries(deqp-gles2-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES}) 16