You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
499 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
)
PCH(DEQP_GLES3_ACCURACY_SRCS ../../pch.cpp)
add_library(deqp-gles3-accuracy STATIC ${DEQP_GLES3_ACCURACY_SRCS})
target_link_libraries(deqp-gles3-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})