Revert "Add capture using WinRT Windows.Graphics.Capture API." (#2320)

This commit is contained in:
ReenigneArcher
2024-03-29 12:43:44 -04:00
committed by GitHub
parent 3b6a59af05
commit 2af0ce364d
16 changed files with 201 additions and 736 deletions

View File

@@ -1,9 +1,6 @@
# windows specific target definitions
set_target_properties(sunshine PROPERTIES
CXX_STANDARD 20
LINK_SEARCH_START_STATIC 1)
set_target_properties(sunshine PROPERTIES LINK_SEARCH_START_STATIC 1)
set(CMAKE_FIND_LIBRARY_SUFFIXES ".dll")
find_library(ZLIB ZLIB1)
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
Windowsapp.lib
Wtsapi32.lib)