• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# GL-CTS.es3
2
3set(GLCTS_ES3_SRCS
4	es3cTestPackage.cpp
5	es3cTestPackage.hpp
6	es3cCopyTexImageConversionsTests.cpp
7	es3cCopyTexImageConversionsTests.hpp
8	es3cNumberParsingTests.cpp
9	es3cNumberParsingTests.hpp
10	)
11
12set(GLCTS_ES3_LIBS
13	glcts-common
14	tcutil
15	glutil
16	${DEQP_GLES3_LIBRARIES}
17	)
18
19add_library(glcts-es3 STATIC ${GLCTS_ES3_SRCS})
20target_link_libraries(glcts-es3 ${GLCTS_ES3_LIBS})
21