diff --git a/host/platform/Windows/capture/NVFBC/CMakeLists.txt b/host/platform/Windows/capture/NVFBC/CMakeLists.txt index 601cc651..6101ef88 100644 --- a/host/platform/Windows/capture/NVFBC/CMakeLists.txt +++ b/host/platform/Windows/capture/NVFBC/CMakeLists.txt @@ -9,11 +9,12 @@ add_library(capture_NVFBC STATIC file(TO_CMAKE_PATH "${NVFBC_SDK}" nvfbc_sdk) include_directories(file, "${nvfbc_sdk}/inc") +target_link_libraries(capture_NVFBC + platform_Windows + dwmapi +) + target_include_directories(capture_NVFBC PRIVATE src ) - -target_link_libraries(capture_NVFBC - platform_Windows -)