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

@@ -28,7 +28,7 @@ set(LIBRARIES
if(ENABLE_HLSL)
set(LIBRARIES ${LIBRARIES} HLSL)
endif()
endif(ENABLE_HLSL)
if(WIN32)
set(LIBRARIES ${LIBRARIES} psapi)