Home | History | Annotate | Download | only in accuracy
      1 # dEQP-GLES3.accuracy
      2 
      3 set(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 
     14 add_library(deqp-gles3-accuracy STATIC ${DEQP_GLES3_ACCURACY_SRCS})
     15 target_link_libraries(deqp-gles3-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})
     16