Change disabled-by-default DISABLE_HLSL option to enabled-by-default ENABLE_HLSL.
Matches existing options.
This commit is contained in:
parent
84eabf7ea7
commit
ff21a25bc8
3 changed files with 12 additions and 12 deletions
|
|
@ -26,7 +26,7 @@ set(LIBRARIES
|
|||
SPVRemapper
|
||||
glslang-default-resource-limits)
|
||||
|
||||
if(NOT DISABLE_HLSL)
|
||||
if(ENABLE_HLSL)
|
||||
set(LIBRARIES ${LIBRARIES} HLSL)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue