mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
7c7cc3914d
Co-authored-by: Megamouse <studienricky89@googlemail.com>
12 lines
626 B
CMake
12 lines
626 B
CMake
#glslang
|
|
|
|
set(ENABLE_PCH OFF CACHE BOOL "Enables Precompiled header" FORCE)
|
|
set(BUILD_EXTERNAL OFF CACHE BOOL "Build external dependencies in /External" FORCE)
|
|
set(SKIP_GLSLANG_INSTALL ON CACHE BOOL "Skip installation" FORCE)
|
|
set(ENABLE_SPVREMAPPER OFF CACHE BOOL "Enables building of SPVRemapper" FORCE)
|
|
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "Builds glslangValidator and spirv-remap" FORCE)
|
|
set(ENABLE_HLSL OFF CACHE BOOL "Enables HLSL input support" FORCE)
|
|
set(ENABLE_OPT OFF CACHE BOOL "Enables spirv-opt capability if present" FORCE)
|
|
set(ENABLE_CTEST OFF CACHE BOOL "Enables testing" FORCE)
|
|
add_subdirectory(glslang)
|