• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
14PCH(DEQP_GLES3_ACCURACY_SRCS ../../pch.cpp)
15
16add_library(deqp-gles3-accuracy STATIC ${DEQP_GLES3_ACCURACY_SRCS})
17target_link_libraries(deqp-gles3-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})
18