mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 19:27:10 +00:00
[host] cmake: report capture backends enabled
This commit is contained in:
parent
164dd00490
commit
4b3aaa7e0c
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ if(USE_NVFBC)
|
||||||
add_capture("NVFBC")
|
add_capture("NVFBC")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
add_feature_info(USE_DXGI USE_DXGI "DXGI Desktop Duplication capture backend.")
|
||||||
|
add_feature_info(USE_NVFBC USE_NVFBC "NVFBC capture backend.")
|
||||||
|
|
||||||
include("PostCapture")
|
include("PostCapture")
|
||||||
|
|
||||||
add_library(capture STATIC ${CAPTURE_C})
|
add_library(capture STATIC ${CAPTURE_C})
|
||||||
|
|
Loading…
Reference in a new issue