chore: move nanors to moonlight-common-c submodule (#5393)
This commit is contained in:
@@ -62,9 +62,9 @@ set(SUNSHINE_TARGET_FILES
|
||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/Rtsp.h"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/RtspParser.c"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/Video.h"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/nanors/deps/obl/oblas_common.c"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/nanors/deps/obl/oblas_lite.c"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/nanors/rs.c"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors/deps/obl/oblas_common.c"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors/deps/obl/oblas_lite.c"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors/rs.c"
|
||||
"${CMAKE_SOURCE_DIR}/src/upnp.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/src/upnp.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/cbs.cpp"
|
||||
@@ -138,8 +138,8 @@ include_directories(
|
||||
SYSTEM
|
||||
"${CMAKE_SOURCE_DIR}/third-party"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/enet/include"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/nanors"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/nanors/deps/obl"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors"
|
||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors/deps/obl"
|
||||
${OPENSSL_INCLUDE_DIR}
|
||||
${Opus_INCLUDE_DIR}
|
||||
${FFMPEG_INCLUDE_DIRS}
|
||||
|
||||
Reference in New Issue
Block a user