mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-18 02:01:18 +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
|
setupapi
|
||||||
oleaut32
|
oleaut32
|
||||||
dbghelp
|
dbghelp
|
||||||
legacy_stdio_definitions )
|
dxguid
|
||||||
|
dwmapi
|
||||||
|
)
|
||||||
|
|
||||||
if( DEM_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
|
if( DEM_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
|
||||||
if( DX_dxguid_LIBRARY )
|
if( DX_dxguid_LIBRARY )
|
||||||
|
|
Loading…
Reference in a new issue