mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 06:47:19 +00:00
[host] cmake: report capture backends enabled
This commit is contained in:
parent
164dd00490
commit
4b3aaa7e0c
@ -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 New Issue
Block a user