diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-09-14 05:27:46 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-09-14 05:27:46 +0000 |
| commit | d748358793c89dd77a2c5dbbf3ca64050b1d3bb4 (patch) | |
| tree | 25008f90079aee9988a9e27851a31709df4777fa /Graphics/GraphicsEngineD3D11 | |
| parent | Minor fix for timer query support detection in OpenGLES (diff) | |
| download | DiligentCore-d748358793c89dd77a2c5dbbf3ca64050b1d3bb4.tar.gz DiligentCore-d748358793c89dd77a2c5dbbf3ca64050b1d3bb4.zip | |
Refactoring shader compilation tools - part I (https://github.com/DiligentGraphics/DiligentCore/issues/160)
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
| -rw-r--r-- | Graphics/GraphicsEngineD3D11/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3D11/CMakeLists.txt b/Graphics/GraphicsEngineD3D11/CMakeLists.txt index 7a9ac2a5..05715440 100644 --- a/Graphics/GraphicsEngineD3D11/CMakeLists.txt +++ b/Graphics/GraphicsEngineD3D11/CMakeLists.txt @@ -119,7 +119,7 @@ PRIVATE Diligent-GraphicsEngineD3DBase Diligent-TargetPlatform Diligent-Common - Diligent-HLSLTools + Diligent-ShaderTools dxgi.lib d3d11.lib d3dcompiler.lib |
