mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Use CMake 3.0 for now, refactor the header
This commit is contained in:
parent
bb1b53a49e
commit
2617dd15d7
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_policy(SET CMP0057 NEW)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(libwebrtc)
|
||||
|
||||
#
|
||||
# Allow the use of IN_LIST operand
|
||||
cmake_policy(SET CMP0057 NEW)
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
|
||||
${CMAKE_SOURCE_DIR}/CMakeModules)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue