1# dEQP-GLES3.accuracy 2 3set(DEQP_GLES3_ACCURACY_SRCS 4 es3aAccuracyTests.cpp 5 es3aAccuracyTests.hpp 6 es3aTextureFilteringTests.cpp 7 es3aTextureFilteringTests.hpp 8 es3aTextureMipmapTests.cpp 9 es3aTextureMipmapTests.hpp 10 es3aVaryingInterpolationTests.cpp 11 es3aVaryingInterpolationTests.hpp 12 ) 13 14add_library(deqp-gles3-accuracy STATIC ${DEQP_GLES3_ACCURACY_SRCS}) 15target_link_libraries(deqp-gles3-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES}) 16