From 25852407411ad592a32f5732f68dbb70134277f4 Mon Sep 17 00:00:00 2001 From: David Neto Date: Wed, 29 May 2019 08:43:32 -0400 Subject: Avoid Vulkan-loader errors for Wayland, Xlib (#529) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 10864c1..3e9cb82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,10 +41,10 @@ option(AMBER_SKIP_SHADERC "Skip building Shaderc into the library" ${AMBER_SKIP_SHADERC}) option(AMBER_SKIP_SAMPLES "Skip building sample application" ${AMBER_SKIP_SAMPLES}) +option(AMBER_USE_DXC "Enable DXC integration" ${AMBER_USE_DXC}) option(AMBER_USE_LOCAL_VULKAN "Build with vulkan in third_party" OFF) option(AMBER_ENABLE_SWIFTSHADER "Build using SwiftShader" ${AMBER_ENABLE_SWIFTSHADER}) -option(AMBER_USE_DXC "Enable DXC integration" ${AMBER_USE_DXC}) if(WIN32) # On Windows, CMake by default compiles with the shared CRT. -- cgit v1.2.3