2018-06-06 12:45:28 +00:00
|
|
|
set(SKIP_GLSLANG_INSTALL ON CACHE BOOL "Skip installation" FORCE)
|
2019-05-31 18:09:01 +00:00
|
|
|
set(ENABLE_SPVREMAPPER OFF CACHE BOOL "Enables building of SPVRemapper" FORCE)
|
2018-06-06 12:45:28 +00:00
|
|
|
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "Builds glslangValidator and spirv-remap" FORCE)
|
2019-05-28 13:37:32 +00:00
|
|
|
set(ENABLE_OPT OFF CACHE BOOL "Enables spirv-opt capability if present" FORCE)
|
2018-06-06 12:45:28 +00:00
|
|
|
set(ENABLE_HLSL OFF CACHE BOOL "Enables HLSL input support" FORCE)
|
2019-05-28 13:37:32 +00:00
|
|
|
set(ENABLE_AMD_EXTENSIONS ON CACHE BOOL "Enables support of AMD-specific extensions" FORCE)
|
|
|
|
set(ENABLE_NV_EXTENSIONS ON CACHE BOOL "Enables support of Nvidia-specific extensions" FORCE)
|
2018-06-06 12:45:28 +00:00
|
|
|
add_subdirectory(glslang)
|