mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 05:21:16 +00:00
Fix libraries on mingw64
dxguid and dwmapi are required on mingw64 and give linker errors if missing legacy_studio_definitions is not in the latest mingw64
This commit is contained in:
parent
67d573cd41
commit
8f7b0ef4eb
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ if( WIN32 )
|
|||
setupapi
|
||||
oleaut32
|
||||
dbghelp
|
||||
legacy_stdio_definitions )
|
||||
dxguid
|
||||
dwmapi
|
||||
)
|
||||
|
||||
if( DEM_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
|
||||
if( DX_dxguid_LIBRARY )
|
||||
|
|
Loading…
Reference in a new issue