diff options
| author | Dario Mylonopoulos <32958057+ramenguy99@users.noreply.github.com> | 2025-01-24 12:15:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-24 19:15:02 +0800 |
| commit | ac174d260d90b66ebbc8264001a75b9527611cbc (patch) | |
| tree | db68e09e342190daba5d500467901c459fa20070 /source/slang-rt | |
| parent | a9ce7520e5f1b97b09e5de69455258bef55e10d2 (diff) | |
Fix static build and install (#6158)
* Add SLANG_ENABLE_RELEASE_LTO cmake option
* Fix cmake static build
* Disable install SlangTargets to avoid static build failing
Diffstat (limited to 'source/slang-rt')
| -rw-r--r-- | source/slang-rt/CMakeLists.txt | 2 |
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 |
