cmake: Windows: Fix ceftests ARM64 unresolved external symbol GetDeviceCaps (see issue #2773, see issue #3140)
This commit is contained in:
parent
28c9e9db35
commit
50f627b07e
|
@ -446,6 +446,7 @@ if(OS_WINDOWS)
|
|||
# Standard libraries.
|
||||
set(CEF_STANDARD_LIBS
|
||||
comctl32.lib
|
||||
gdi32.lib
|
||||
rpcrt4.lib
|
||||
shlwapi.lib
|
||||
ws2_32.lib
|
||||
|
|
Loading…
Reference in New Issue