From db261b73dca25150fa1a385430c378ff1493210d Mon Sep 17 00:00:00 2001 From: Thomas Bishop Date: Tue, 27 Oct 2020 19:06:06 +0000 Subject: Static linking Lib list update Diligent now requires GenericCodeGen.lib & MachineIndependent.lib to statically compile. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3