am 8d5a09f7: resolved conflicts for merge of 466ee0e8 to master
[platform/upstream/VK-GL-CTS.git] / framework / CMakeLists.txt
1 # Test framework cmake file
2
3 # C integration library
4 add_subdirectory(qphelper)
5
6 # Common test util (tcutil).
7 add_subdirectory(common)
8
9 # Common OpenGL utilities
10 add_subdirectory(opengl)
11
12 # EGL utilities
13 add_subdirectory(egl)
14
15 # Vulkan utilities
16 add_subdirectory(vulkan)
17
18 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/randomshaders)
19         add_subdirectory(randomshaders)
20 endif ()
21
22 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/referencerenderer)
23         add_subdirectory(referencerenderer)
24 endif ()
25
26 # Platform library
27 add_subdirectory(platform)