mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
Add LIBWEBRTC_WEBRTC_BRANCH_HEAD inside CMake Config file, fix WEBRTC_REVISION
This commit is contained in:
parent
522e16128a
commit
7047a4dfef
1 changed files with 17 additions and 15 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
# LIBWEBRTC_PATCH_VERSION - patch version
|
# LIBWEBRTC_PATCH_VERSION - patch version
|
||||||
# LIBWEBRTC_BUILD_VERSION - version suffix, release candidate etc
|
# LIBWEBRTC_BUILD_VERSION - version suffix, release candidate etc
|
||||||
# LIBWEBRTC_WEBRTC_REVISION - WebRTC's Git revision used for that release
|
# LIBWEBRTC_WEBRTC_REVISION - WebRTC's Git revision used for that release
|
||||||
|
# LIBWEBRTC_WEBRTC_BRANCH_HEAD - WebRTC's Git branch head refspec used for that release
|
||||||
# LIBWEBRTC_API_VERSION - full version without build prefix
|
# LIBWEBRTC_API_VERSION - full version without build prefix
|
||||||
# LIBWEBRTC_VERSION - full version with build prefix
|
# LIBWEBRTC_VERSION - full version with build prefix
|
||||||
#
|
#
|
||||||
|
|
@ -25,9 +26,10 @@ set(LIBWEBRTC_MAJOR_VERSION "@LIBWEBRTC_MAJOR_VERSION@")
|
||||||
set(LIBWEBRTC_MINOR_VERSION "@LIBWEBRTC_MINOR_VERSION@")
|
set(LIBWEBRTC_MINOR_VERSION "@LIBWEBRTC_MINOR_VERSION@")
|
||||||
set(LIBWEBRTC_PATCH_VERSION "@LIBWEBRTC_PATCH_VERSION@")
|
set(LIBWEBRTC_PATCH_VERSION "@LIBWEBRTC_PATCH_VERSION@")
|
||||||
set(LIBWEBRTC_BUILD_VERSION "@LIBWEBRTC_BUILD_VERSION@")
|
set(LIBWEBRTC_BUILD_VERSION "@LIBWEBRTC_BUILD_VERSION@")
|
||||||
set(LIBWEBRTC_WEBRTC_REVISION "@LIBWEBRTC_WEBRTC_REVISION@")
|
|
||||||
set(LIBWEBRTC_API_VERSION "@LIBWEBRTC_API_VERSION@")
|
set(LIBWEBRTC_API_VERSION "@LIBWEBRTC_API_VERSION@")
|
||||||
set(LIBWEBRTC_VERSION "@LIBWEBRTC_VERSION@")
|
set(LIBWEBRTC_VERSION "@LIBWEBRTC_VERSION@")
|
||||||
|
set(LIBWEBRTC_WEBRTC_REVISION "@WEBRTC_REVISION@")
|
||||||
|
set(LIBWEBRTC_WEBRTC_BRANCH_HEAD "@WEBRTC_BRANCH_HEAD@")
|
||||||
|
|
||||||
# LibWebRTC library type, target OS and target CPU
|
# LibWebRTC library type, target OS and target CPU
|
||||||
set(LIBWEBRTC_TARGET_OS "@TARGET_OS@")
|
set(LIBWEBRTC_TARGET_OS "@TARGET_OS@")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue