diff options
| author | Thomas Bishop <tomb@artfulassemblage.com> | 2020-10-27 19:06:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 19:06:06 +0000 |
| commit | db261b73dca25150fa1a385430c378ff1493210d (patch) | |
| tree | ef95b59cebc3fc07ab7789b3bcc31ff8f723dbc2 | |
| parent | Updated core, samples and tools (diff) | |
| download | DiligentEngine-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
