Lower correlation threshold in flush-finish tests again am: 6455e6f987 am: 2e18b48b04
[platform/upstream/VK-GL-CTS.git] / modules / CMakeLists.txt
1 # dEQP Modules
2 include(glshared/glshared.cmake                 OPTIONAL)
3 include(gles2/gles2.cmake                               OPTIONAL)
4 include(gles3/gles3.cmake                               OPTIONAL)
5 include(gles31/gles31.cmake                             OPTIONAL)
6 include(egl/egl.cmake                                   OPTIONAL)
7
8 # Misc
9 include(internal/internal.cmake                 OPTIONAL)
10
11 # Pass DEQP_MODULE_LIBRARIES and DEQP_MODULE_ENTRY_POINTS
12 set(DEQP_MODULE_LIBRARIES ${DEQP_MODULE_LIBRARIES} PARENT_SCOPE)
13 set(DEQP_MODULE_ENTRY_POINTS ${DEQP_MODULE_ENTRY_POINTS} PARENT_SCOPE)