summaryrefslogtreecommitdiffstats
path: root/Graphics
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-01-09 05:31:45 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-01-09 05:31:45 +0000
commit2396717067f6d1dd731f8e2bdab39ed1e3fbf835 (patch)
tree6c46561ce7f27760943f11e4e5b1c130b57f54ce /Graphics
parentAdded option to not build glslang (diff)
downloadDiligentCore-2396717067f6d1dd731f8e2bdab39ed1e3fbf835.tar.gz
DiligentCore-2396717067f6d1dd731f8e2bdab39ed1e3fbf835.zip
Added cmake options to selectively disable back-ends
Diffstat (limited to 'Graphics')
-rw-r--r--Graphics/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/CMakeLists.txt b/Graphics/CMakeLists.txt
index 6fbc8d07..5e36b8a1 100644
--- a/Graphics/CMakeLists.txt
+++ b/Graphics/CMakeLists.txt
@@ -40,7 +40,7 @@ if(VULKAN_SUPPORTED)
add_subdirectory(GraphicsEngineVulkan)
endif()
-if(GL_SUPPORTED OR GLES_SUPPORTED OR VULKAN_SUPPORTED)
+if(GL_SUPPORTED OR GLES_SUPPORTED)
add_subdirectory(HLSL2GLSLConverterLib)
add_subdirectory(GraphicsEngineOpenGL)
endif()