Add support for hybrid graphics systems (NVIDIA Optimus) (#782)

This commit is contained in:
Cameron Gutman
2023-01-17 23:55:44 -06:00
committed by GitHub
parent 1fbbab9df7
commit 49fc618682
4 changed files with 281 additions and 1 deletions

View File

@@ -595,6 +595,9 @@ if(WIN32) # see options at: https://cmake.org/cmake/help/latest/cpack_gen/nsis.h
install(TARGETS audio-info RUNTIME DESTINATION "tools" COMPONENT audio)
install(TARGETS sunshinesvc RUNTIME DESTINATION "tools" COMPONENT sunshinesvc)
# Mandatory tools
install(TARGETS ddprobe RUNTIME DESTINATION "tools" COMPONENT application)
# scripts
install(DIRECTORY "${SUNSHINE_SOURCE_ASSETS_DIR}/windows/misc/firewall/"
DESTINATION "scripts"