Infrastructure: Support standard build with ENABLE_HLSL set to off.

This commit is contained in:
John Kessenich 2017-01-11 14:50:16 -07:00
parent 65d538c832
commit dc1a8196cf
4 changed files with 13 additions and 7 deletions

View file

@ -71,5 +71,5 @@ endif()
add_subdirectory(SPIRV)
if(ENABLE_HLSL)
add_subdirectory(hlsl)
endif()
endif(ENABLE_HLSL)
add_subdirectory(gtests)