• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# dEQP-GLES2.accuracy
2
3set(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
14PCH(DEQP_GLES2_ACCURACY_SRCS ../../pch.cpp)
15
16add_library(deqp-gles2-accuracy STATIC ${DEQP_GLES2_ACCURACY_SRCS})
17target_link_libraries(deqp-gles2-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
18