merge(3p/glog): Vendor glog from commit 'afe04691'
This commit is contained in:
commit
6941048b7e
133 changed files with 23455 additions and 0 deletions
13
third_party/glog/toolchains/clang-cxx17.cmake
vendored
Normal file
13
third_party/glog/toolchains/clang-cxx17.cmake
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Sample toolchain file for building with gcc compiler
|
||||
#
|
||||
# Typical usage:
|
||||
# *) cmake -H. -B_build -DCMAKE_TOOLCHAIN_FILE="${PWD}/toolchains/gcc.cmake"
|
||||
|
||||
# set compiler
|
||||
set(CMAKE_C_COMPILER clang)
|
||||
set(CMAKE_CXX_COMPILER clang++)
|
||||
|
||||
# set c++ standard
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
Loading…
Add table
Add a link
Reference in a new issue