summaryrefslogtreecommitdiff
path: root/source/slang-rt
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang-rt')
-rw-r--r--source/slang-rt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang-rt/CMakeLists.txt b/source/slang-rt/CMakeLists.txt
index 5a0d2881e..b915cc5ef 100644
--- a/source/slang-rt/CMakeLists.txt
+++ b/source/slang-rt/CMakeLists.txt
@@ -1,7 +1,7 @@
if(SLANG_ENABLE_SLANGRT)
slang_add_target(
.
- SHARED
+ ${SLANG_LIB_TYPE}
# This compiles 'core' again with the SLANG_RT_DYNAMIC_EXPORT macro defined
EXTRA_SOURCE_DIRS ${slang_SOURCE_DIR}/source/core
USE_EXTRA_WARNINGS