diff options
| author | Yong He <yonghe@outlook.com> | 2025-02-13 13:09:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 13:09:11 -0800 |
| commit | adde2626720f23a5fd7151f6fb9109db14fc9263 (patch) | |
| tree | 9ea4d2f0bfc9549c2e10b315b9d456264e66e649 /source/slang-core-module | |
| parent | 1ea2ab1b638b0e6d2c385b2b06157e6109417e6b (diff) | |
Fix modifier parsing. (#6347)
* Fix modifier parsing.
* Fix.
* Fix.
* Fix.
Diffstat (limited to 'source/slang-core-module')
| -rw-r--r-- | source/slang-core-module/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
