mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
Indent fix
This commit is contained in:
parent
4341886787
commit
d2b245e7a2
1 changed files with 5 additions and 7 deletions
|
|
@ -7,14 +7,12 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
|
||||||
find_package(Git REQUIRED)
|
find_package(Git REQUIRED)
|
||||||
find_package(DepotTools REQUIRED)
|
find_package(DepotTools REQUIRED)
|
||||||
|
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Options
|
# Options
|
||||||
#
|
#
|
||||||
|
|
||||||
option(BUILD_TESTS "Build test binaries" OFF)
|
option(BUILD_TESTS "Build test binaries" OFF)
|
||||||
option(BUILD_EXAMPLES "Build examples binaries" OFF)
|
option(BUILD_SAMPLES "Build samples binaries" ON)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Versioning
|
# Versioning
|
||||||
|
|
@ -33,16 +31,16 @@ set(LIBWEBRTC_PATCH_VERSION 0)
|
||||||
set(LIBWEBRTC_BUILD_VERSION ${GIT_COMMIT_HASH})
|
set(LIBWEBRTC_BUILD_VERSION ${GIT_COMMIT_HASH})
|
||||||
set(LIBWEBRTC_VERSION
|
set(LIBWEBRTC_VERSION
|
||||||
${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}-${LIBWEBRTC_BUILD_VERSION}
|
${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}-${LIBWEBRTC_BUILD_VERSION}
|
||||||
)
|
)
|
||||||
|
|
||||||
set(LIBWEBRTC_API_VERSION
|
set(LIBWEBRTC_API_VERSION
|
||||||
"${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}"
|
"${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}"
|
||||||
)
|
)
|
||||||
|
|
||||||
set(LIBWEBRTC_LIBRARY_PROPERTIES ${LIBWEBRTC_LIBRARY_PROPERTIES}
|
set(LIBWEBRTC_LIBRARY_PROPERTIES ${LIBWEBRTC_LIBRARY_PROPERTIES}
|
||||||
VERSION "${LIBWEBRTC_VERSION}"
|
VERSION "${LIBWEBRTC_VERSION}"
|
||||||
SOVERSION "${LIBWEBRTC_API_VERSION}"
|
SOVERSION "${LIBWEBRTC_API_VERSION}"
|
||||||
)
|
)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Directories
|
# Directories
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue