From eebe849075c21d163739cbc5e976e7b5b6837e7f Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 31 Jan 2025 05:02:26 -0800 Subject: 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. --- source/slangc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/slangc') 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 ) -- cgit v1.2.3