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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue