summaryrefslogtreecommitdiffstats
path: root/source/slangc
diff options
context:
space:
mode:
authorkaizhangNV <149626564+kaizhangNV@users.noreply.github.com>2025-08-28 18:36:36 -0400
committerGitHub <noreply@github.com>2025-08-28 15:36:36 -0700
commit74c39eaa3dbd6ca55a383afca51ec18962838f08 (patch)
tree830cc80218d0369dd2848f067971bb427e9e79e3 /source/slangc
parentc19e2e92ae8e713225262a17f39a438cd511d416 (diff)
Revert "Reduce the dependency to thread library (#8216)" (#8319)
This cause the pthread not found issue on old glibc build. This reverts commit 113327194d4cf750af6265a560615850a8e7e6fb.
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 d27f5040e..6692385ba 100644
--- a/source/slangc/CMakeLists.txt
+++ b/source/slangc/CMakeLists.txt
@@ -13,6 +13,7 @@ if(SLANG_ENABLE_SLANGC)
LINK_WITH_PRIVATE
core
slang
+ Threads::Threads
${SLANG_GLSL_MODULE_DEPENDENCY}
INSTALL
EXPORT_SET_NAME SlangTargets