summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bishop <tomb@artfulassemblage.com>2020-10-27 19:06:06 +0000
committerGitHub <noreply@github.com>2020-10-27 19:06:06 +0000
commitdb261b73dca25150fa1a385430c378ff1493210d (patch)
treeef95b59cebc3fc07ab7789b3bcc31ff8f723dbc2
parentUpdated core, samples and tools (diff)
downloadDiligentEngine-db261b73dca25150fa1a385430c378ff1493210d.tar.gz
DiligentEngine-db261b73dca25150fa1a385430c378ff1493210d.zip
Static linking Lib list update
Diligent now requires GenericCodeGen.lib & MachineIndependent.lib to statically compile.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b4d43bd..73479a4 100644
--- a/README.md
+++ b/README.md
@@ -464,7 +464,7 @@ as all third-party libraries used by the engine. Besides that, you will also nee
For example, for Windows platform, the list of libraries your project will need to link against may look like this:
```
-DiligentCore.lib glslang.lib HLSL.lib OGLCompiler.lib OSDependent.lib spirv-cross-core.lib SPIRV.lib SPIRV-Tools-opt.lib SPIRV-Tools.lib glew-static.lib vulkan-1.lib dxgi.lib d3d11.lib d3d12.lib d3dcompiler.lib opengl32.lib
+DiligentCore.lib glslang.lib HLSL.lib OGLCompiler.lib OSDependent.lib spirv-cross-core.lib SPIRV.lib SPIRV-Tools-opt.lib SPIRV-Tools.lib glew-static.lib GenericCodeGen.lib MachineIndependent.lib vulkan-1.lib dxgi.lib d3d11.lib d3d12.lib d3dcompiler.lib opengl32.lib
```
Vulkan libraries can be found in [DiligentCore/ThirdParty/vulkan/libs](https://github.com/DiligentGraphics/DiligentCore/tree/master/ThirdParty/vulkan/libs) directory.