Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-06-18 14:23:12 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-06-19 13:02:21 +0300
commit8c3dd6d83df467f3b8e53b6c97545eabf07768be (patch)
tree1ec635e9cea07b23f0774d2ababa5c0a4ffbce57 /extern/glog/CMakeLists.txt
parent0f78a579047ec8946021ca58b8ee48f7486e6605 (diff)
Upgrade Google libraries
Upgrades Glog from 0.3.5 to 0.4.0, and Gtest from 0.8.0 to 0.10.0. Hopefully this will solve compilation error on MSVC with C++17.
Diffstat (limited to 'extern/glog/CMakeLists.txt')
-rw-r--r--extern/glog/CMakeLists.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/extern/glog/CMakeLists.txt b/extern/glog/CMakeLists.txt
index bfe715d3463..2a9736425a8 100644
--- a/extern/glog/CMakeLists.txt
+++ b/extern/glog/CMakeLists.txt
@@ -27,11 +27,16 @@ set(INC_SYS
)
set(SRC
+ src/demangle.cc
src/logging.cc
src/raw_logging.cc
+ src/signalhandler.cc
+ src/symbolize.cc
src/utilities.cc
src/vlog_is_on.cc
+ src/demangle.h
+ src/symbolize.h
src/utilities.h
src/config.h
@@ -51,6 +56,7 @@ set(SRC
src/stacktrace_powerpc-inl.h
src/stacktrace_x86_64-inl.h
src/stacktrace_x86-inl.h
+ src/stacktrace_windows-inl.h
)
set(LIB
@@ -87,13 +93,6 @@ else()
include
)
list(APPEND SRC
- src/demangle.cc
- src/signalhandler.cc
- src/symbolize.cc
-
- src/demangle.h
- src/symbolize.h
-
include/glog/logging.h
include/glog/log_severity.h
include/glog/raw_logging.h