mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Remove include guards
This commit is contained in:
parent
e3a4e5d64e
commit
5a602922c0
6 changed files with 0 additions and 33 deletions
|
|
@ -1,8 +1,3 @@
|
|||
if(FIND_LIBRARIES_INCLUDED)
|
||||
return()
|
||||
endif(FIND_LIBRARIES_INCLUDED)
|
||||
set(FIND_LIBRARIES_INCLUDED true)
|
||||
|
||||
#
|
||||
# Find required packages
|
||||
list(APPEND LIBWEBRTC_LIBRARIES webrtc)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
if(INSTALL_INCLUDED)
|
||||
return()
|
||||
endif(INSTALL_INCLUDED)
|
||||
set(INSTALL_INCLUDED true)
|
||||
|
||||
#
|
||||
# Install library
|
||||
file(GLOB_RECURSE _LIBRARY_FILES
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
if(OPTIONS_INCLUDED)
|
||||
return()
|
||||
endif(OPTIONS_INCLUDED)
|
||||
set(OPTIONS_INCLUDED true)
|
||||
|
||||
#
|
||||
# Options, flags
|
||||
option(BUILD_TESTS "Build test binaries" OFF)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
if(PACKAGE_INCLUDED)
|
||||
return()
|
||||
endif(PACKAGE_INCLUDED)
|
||||
set(PACKAGE_INCLUDED true)
|
||||
|
||||
#
|
||||
# Create package
|
||||
set(CPACK_PACKAGE_FILE_NAME "libwebrtc-${LIBWEBRTC_VERSION}-${TARGET_OS}-${TARGET_CPU}")
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
if(TARGET_OS_AND_CPU_INCLUDED)
|
||||
return()
|
||||
endif(TARGET_OS_AND_CPU_INCLUDED)
|
||||
set(TARGET_OS_AND_CPU_INCLUDED true)
|
||||
|
||||
include(CheckSymbolExists)
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,11 +1,3 @@
|
|||
if(VERSION_INCLUDED)
|
||||
return()
|
||||
endif(VERSION_INCLUDED)
|
||||
set(VERSION_INCLUDED true)
|
||||
|
||||
#
|
||||
# Set the project's version
|
||||
|
||||
set(LIBWEBRTC_MAJOR_VERSION 0)
|
||||
set(LIBWEBRTC_MINOR_VERSION 0)
|
||||
set(LIBWEBRTC_PATCH_VERSION 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue