mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
build(deps): move nvapi to official nvidia repo
This commit is contained in:
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -38,10 +38,10 @@
|
||||
path = third-party/nv-codec-headers
|
||||
url = https://github.com/FFmpeg/nv-codec-headers.git
|
||||
branch = sdk/12.0
|
||||
[submodule "third-party/nvapi-open-source-sdk"]
|
||||
path = third-party/nvapi-open-source-sdk
|
||||
url = https://github.com/LizardByte/nvapi-open-source-sdk.git
|
||||
branch = sdk
|
||||
[submodule "third-party/nvapi"]
|
||||
path = third-party/nvapi
|
||||
url = https://github.com/NVIDIA/nvapi.git
|
||||
branch = main
|
||||
[submodule "third-party/Simple-Web-Server"]
|
||||
path = third-party/Simple-Web-Server
|
||||
url = https://github.com/LizardByte-infrastructure/Simple-Web-Server.git
|
||||
|
||||
@@ -24,9 +24,9 @@ add_definitions(-DMINIUPNP_STATICLIB)
|
||||
add_subdirectory(tools) # todo - this is temporary, only tools for Windows are needed, for now
|
||||
|
||||
# nvidia
|
||||
include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/third-party/nvapi-open-source-sdk")
|
||||
include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/third-party/nvapi")
|
||||
file(GLOB NVPREFS_FILES CONFIGURE_DEPENDS
|
||||
"${CMAKE_SOURCE_DIR}/third-party/nvapi-open-source-sdk/*.h"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/nvapi/*.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/platform/windows/nvprefs/*.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/src/platform/windows/nvprefs/*.h")
|
||||
|
||||
|
||||
1
third-party/nvapi
vendored
Submodule
1
third-party/nvapi
vendored
Submodule
Submodule third-party/nvapi added at 7cb76fce2f
1
third-party/nvapi-open-source-sdk
vendored
1
third-party/nvapi-open-source-sdk
vendored
Submodule third-party/nvapi-open-source-sdk deleted from cce4e90b62
Reference in New Issue
Block a user