Added the cmake option to disable building SPVRemapper.

This commit is contained in:
Matthew Albrecht
2018-07-07 16:53:06 -05:00
parent 64315a8aed
commit 857f25cfd2
2 changed files with 20 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ option(SKIP_GLSLANG_INSTALL "Skip installation" ${SKIP_GLSLANG_INSTALL})
if(NOT ${SKIP_GLSLANG_INSTALL})
set(ENABLE_GLSLANG_INSTALL ON)
endif()
option(ENABLE_SPVREMAPPER "Enables building of SPVRemapper" ON)
option(ENABLE_AMD_EXTENSIONS "Enables support of AMD-specific extensions" ON)
option(ENABLE_GLSLANG_BINARIES "Builds glslangValidator and spirv-remap" ON)