mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +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")
|
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 New Issue
Block a user