文本文件  |  16行  |  454 B

# dEQP-GLES3.accuracy

set(DEQP_GLES3_ACCURACY_SRCS
	es3aAccuracyTests.cpp
	es3aAccuracyTests.hpp
	es3aTextureFilteringTests.cpp
	es3aTextureFilteringTests.hpp
	es3aTextureMipmapTests.cpp
	es3aTextureMipmapTests.hpp
	es3aVaryingInterpolationTests.cpp
	es3aVaryingInterpolationTests.hpp
	)

add_library(deqp-gles3-accuracy STATIC ${DEQP_GLES3_ACCURACY_SRCS})
target_link_libraries(deqp-gles3-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})