Add directwrite to example.
This commit is contained in:
parent
92d1f24613
commit
d1ec8b4f68
5 changed files with 235 additions and 21 deletions
|
@ -64,7 +64,7 @@ else()
|
|||
ui_interfaces/win32/Win32DxWindowInterface.cpp
|
||||
)
|
||||
|
||||
list(APPEND platform_LIBS D3D12.lib D3DCompiler.lib DXGI.lib)
|
||||
list(APPEND platform_LIBS D3D12.lib D3DCompiler.lib DXGI.lib Dwrite.lib D2d1.lib D3D11.lib)
|
||||
|
||||
find_package(DirectX-Headers REQUIRED)
|
||||
list(APPEND platform_LIBS Microsoft::DirectX-Headers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue