mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 08:36:28 +00:00
[host] nvfbc: Fix dwmapi linking error
Fixed linking for DwmFlush and also rearranged as per how DXGI is.
This commit is contained in:
parent
7263159428
commit
0f998582b9
@ -9,11 +9,12 @@ add_library(capture_NVFBC STATIC
|
|||||||
file(TO_CMAKE_PATH "${NVFBC_SDK}" nvfbc_sdk)
|
file(TO_CMAKE_PATH "${NVFBC_SDK}" nvfbc_sdk)
|
||||||
include_directories(file, "${nvfbc_sdk}/inc")
|
include_directories(file, "${nvfbc_sdk}/inc")
|
||||||
|
|
||||||
|
target_link_libraries(capture_NVFBC
|
||||||
|
platform_Windows
|
||||||
|
dwmapi
|
||||||
|
)
|
||||||
|
|
||||||
target_include_directories(capture_NVFBC
|
target_include_directories(capture_NVFBC
|
||||||
PRIVATE
|
PRIVATE
|
||||||
src
|
src
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(capture_NVFBC
|
|
||||||
platform_Windows
|
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user