win-capture: fix link libs for mingw-w64
win-capture should not postfix .lib to psapi. The graphics hook also requires psapi when linking. Also change some link libs as mingw-w64 libraries are not postfixed .lib.
This commit is contained in:
@@ -24,7 +24,7 @@ add_library(graphics-hook MODULE
|
||||
${graphics-hook_HEADERS})
|
||||
|
||||
target_link_libraries(graphics-hook
|
||||
ipc-util)
|
||||
ipc-util psapi)
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
set(_output_suffix "64")
|
||||
|
Reference in New Issue
Block a user