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
18 lines
499 B
# dEQP-GLES2.accuracy
|
|
|
|
set(DEQP_GLES2_ACCURACY_SRCS
|
|
es2aAccuracyTests.cpp
|
|
es2aAccuracyTests.hpp
|
|
es2aTextureFilteringTests.cpp
|
|
es2aTextureFilteringTests.hpp
|
|
es2aTextureMipmapTests.cpp
|
|
es2aTextureMipmapTests.hpp
|
|
es2aVaryingInterpolationTests.cpp
|
|
es2aVaryingInterpolationTests.hpp
|
|
)
|
|
|
|
PCH(DEQP_GLES2_ACCURACY_SRCS ../../pch.cpp)
|
|
|
|
add_library(deqp-gles2-accuracy STATIC ${DEQP_GLES2_ACCURACY_SRCS})
|
|
target_link_libraries(deqp-gles2-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
|