mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +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")
|
||||
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")
|
||||
|
||||
add_library(capture STATIC ${CAPTURE_C})
|
||||
|
|
Loading…
Reference in a new issue