blob: 7da83b680e3c9da212df07007e8e8b9455a92a95 [file] [log] [blame]
# GL-CTS.es3
set(GLCTS_ES3_SRCS
es3cTestPackage.cpp
es3cTestPackage.hpp
es3cCopyTexImageConversionsTests.cpp
es3cCopyTexImageConversionsTests.hpp
es3cNumberParsingTests.cpp
es3cNumberParsingTests.hpp
)
set(GLCTS_ES3_LIBS
glcts-common
tcutil
glutil
${DEQP_GLES3_LIBRARIES}
)
add_library(glcts-es3 STATIC ${GLCTS_ES3_SRCS})
target_link_libraries(glcts-es3 ${GLCTS_ES3_LIBS})