From adde2626720f23a5fd7151f6fb9109db14fc9263 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 13 Feb 2025 13:09:11 -0800 Subject: Fix modifier parsing. (#6347) * Fix modifier parsing. * Fix. * Fix. * Fix. --- source/slang-core-module/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang-core-module') diff --git a/source/slang-core-module/CMakeLists.txt b/source/slang-core-module/CMakeLists.txt index 051890826..67b0e9af2 100644 --- a/source/slang-core-module/CMakeLists.txt +++ b/source/slang-core-module/CMakeLists.txt @@ -121,7 +121,7 @@ add_custom_command( slang-bootstrap -archive-type riff-lz4 -save-core-module-bin-source ${core_module_generated_header} -save-glsl-module-bin-source ${glsl_module_generated_header} - DEPENDS slang-bootstrap + DEPENDS slang-bootstrap slang-without-embedded-core-module VERBATIM ) # Add a target so that we can depend on the above step when we create the glsl -- cgit v1.2.3