From 79dc7ef6992c761ad3bbb4d8a19f4d515d7b3d78 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Fri, 13 Dec 2024 00:34:38 +0800 Subject: Add SLANG_ENABLE_DXIL (#5853) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b6f68b427..d9e44b058 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,6 +105,8 @@ option( ON ) +option(SLANG_ENABLE_DXIL "Enable generating DXIL with DXC" ON) + option(SLANG_ENABLE_FULL_IR_VALIDATION "Enable full IR validation (SLOW!)") option(SLANG_ENABLE_IR_BREAK_ALLOC, "Enable _debugUID on IR allocation") option(SLANG_ENABLE_ASAN "Enable ASAN (address sanitizer)") -- cgit v1.2.3