summaryrefslogtreecommitdiffstats
path: root/source/slangc
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-01-31 05:02:26 -0800
committerGitHub <noreply@github.com>2025-01-31 21:02:26 +0800
commiteebe849075c21d163739cbc5e976e7b5b6837e7f (patch)
treeec3fd562da49385fbd5d4a6deebac78b9fe74c09 /source/slangc
parentae778e3424b39cbeb1f367339f654560de416d30 (diff)
Distribute slang-glsl-module.bin in release packages. (#6233)
* Distribute slang-glsl-module.bin in release packages. * Fix. * fix2. * Build glsl modlue into a dll.
Diffstat (limited to 'source/slangc')
-rw-r--r--source/slangc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slangc/CMakeLists.txt b/source/slangc/CMakeLists.txt
index 59d691bf4..32ad02541 100644
--- a/source/slangc/CMakeLists.txt
+++ b/source/slangc/CMakeLists.txt
@@ -5,6 +5,7 @@ if(SLANG_ENABLE_SLANGC)
USE_FEWER_WARNINGS
DEBUG_DIR ${slang_SOURCE_DIR}
LINK_WITH_PRIVATE core slang Threads::Threads
+ REQUIRES slang-glsl-module
INSTALL
EXPORT_SET_NAME SlangTargets
)