Merge vk-gl-cts/opengl-cts-4.6.0 into vk-gl-cts/master
[platform/upstream/VK-GL-CTS.git] / external / openglcts / modules / gles32 / CMakeLists.txt
1 # GL-CTS.es32
2
3 include_directories(
4         ../gles31/functional
5         ../common
6         )
7
8 set(GLCTS_ES32_SRCS
9         es32cTestPackage.cpp
10         es32cTestPackage.hpp
11         es32cCopyImageTests.cpp
12         es32cCopyImageTests.hpp
13         es32cRobustBufferAccessBehaviorTests.cpp
14         es32cRobustBufferAccessBehaviorTests.hpp
15         )
16
17 set(GLCTS_ES32_LIBS
18         glcts-common
19         tcutil
20         glutil
21         ${DEQP_GLES32_LIBRARIES}
22         )
23
24 add_library(glcts-es32 STATIC ${GLCTS_ES32_SRCS})
25 target_link_libraries(glcts-es32 ${GLCTS_ES32_LIBS})