Infrastructure: Support standard build with ENABLE_HLSL set to off.
This commit is contained in:
parent
65d538c832
commit
dc1a8196cf
4 changed files with 13 additions and 7 deletions
|
|
@ -28,7 +28,7 @@ set(LIBRARIES
|
|||
|
||||
if(ENABLE_HLSL)
|
||||
set(LIBRARIES ${LIBRARIES} HLSL)
|
||||
endif()
|
||||
endif(ENABLE_HLSL)
|
||||
|
||||
if(WIN32)
|
||||
set(LIBRARIES ${LIBRARIES} psapi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue