diff options
| author | lujinwangnv <143145775+lujinwangnv@users.noreply.github.com> | 2025-05-19 21:38:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 00:38:53 -0400 |
| commit | 1750db9a7d4a3988c182a78f7cc62397792dc06a (patch) | |
| tree | 63157c05d835fcd6165febc8d093eee216249347 /CMakeLists.txt | |
| parent | 634e3960c2bc322bbd51fccc7ff395d9f24e35dc (diff) | |
Update build to allow setting external lua path (#7167)
* Update build to allow setting external lua path
Update the build to allow setting user-specific path for the external
module lua.
* T
* Fix an include path
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a933d0ab6..98eb4d9c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -223,6 +223,11 @@ advanced_option( "Build using user defined path for tinyobjloader" OFF ) +advanced_option( + SLANG_OVERRIDE_LUA_PATH + "Build using user defined path for lua" + OFF +) advanced_option( SLANG_EXCLUDE_DAWN |
