1# GL-CTS.es2 2 3set(GLCTS_GLES2_SRCS 4 es2cTestPackage.cpp 5 es2cTestPackage.hpp 6 es2cTexture3DTests.cpp 7 es2cTexture3DTests.hpp 8 ) 9 10set(GLCTS_GLES2_LIBS 11 glcts-common 12 tcutil 13 glutil 14 ${DEQP_GLES2_LIBRARIES} 15 ) 16 17add_library(glcts-es2 STATIC ${GLCTS_GLES2_SRCS}) 18target_link_libraries(glcts-es2 ${GLCTS_GLES2_LIBS}) 19