You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set_if_not_defined(DAWN_LPM_DIR "${DAWN_THIRD_PARTY_DIR}/libprotobuf-mutator/src""Directory in which to find libprotobuf")
193
193
set_if_not_defined(DAWN_EMDAWNWEBGPU_DIR "${DAWN_THIRD_PARTY_DIR}/emdawnwebgpu""Directory in which to find Dawn specific Emscripten bindings")
194
194
set_if_not_defined(DAWN_GOOGLETEST_DIR "${DAWN_THIRD_PARTY_DIR}/googletest""Directory in which to find googletest")
195
-
195
+
set_if_not_defined(DAWN_EGL_REGISTRY_DIR "${DAWN_THIRD_PARTY_DIR}/khronos/EGL-Registry""Directory in which to find EGL-Registry")
196
+
set_if_not_defined(DAWN_OPENGL_REGISTRY_DIR "${DAWN_THIRD_PARTY_DIR}/khronos/OpenGL-Registry""Directory in which to find OpenGL-Registry")
196
197
set_if_not_defined(DAWN_SPIRV_TOOLS_DIR "${DAWN_THIRD_PARTY_DIR}/spirv-tools/src""Directory in which to find SPIRV-Tools")
197
198
set_if_not_defined(DAWN_SPIRV_HEADERS_DIR "${DAWN_THIRD_PARTY_DIR}/spirv-headers/src""Directory in which to find SPIRV-Headers")
198
199
set_if_not_defined(DAWN_GLSLANG_DIR "${DAWN_THIRD_PARTY_DIR}/glslang/src""Directory in which to find GLSLang")
199
200
set_if_not_defined(DAWN_VULKAN_HEADERS_DIR "${DAWN_THIRD_PARTY_DIR}/vulkan-headers/src""Directory in which to find Vulkan-Headers")
200
201
set_if_not_defined(DAWN_VULKAN_UTILITY_LIBRARIES_DIR "${DAWN_THIRD_PARTY_DIR}/vulkan-utility-libraries/src""Directory in which to find Vulkan-Utility-Libraries")
202
+
set_if_not_defined(DAWN_WEBGPU_HEADERS_DIR "${DAWN_THIRD_PARTY_DIR}/webgpu-headers/src""Directory in which to find webgpu headers")
203
+
201
204
202
205
# Handling of the type of monolithic library to build, if any.
203
206
set(DAWN_BUILD_MONOLITHIC_LIBRARY "STATIC"CACHESTRING"Build monolithic library: SHARED, STATIC, or OFF.")
0 commit comments