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:
Ritchie Swann 2024-08-11 09:31:20 +01:00 committed by Rachael Alexanderson
parent 67d573cd41
commit 8f7b0ef4eb
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -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 )