Add option to control runtime shader compiler

This commit is contained in:
2024-08-17 14:49:21 +02:00
parent d061999ee3
commit 4333882275
3 changed files with 2 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ option(TRACY_ENABLE "Enable Tracy Profiler" OFF)
option(ENABLE_TEST "Enable testing" ON)
option(ENABLE_EXAMPLE "Enable examples" ON)
option(ENABLE_MSDF "Enable msdf library" ON)
option(ENABLE_SHADERC "Enable runtime shader compiler" OFF)
# -----------------------------------------------------------------
if (IOS)