Blender Git Loki
Git Commits -> Revision c007ca6
Revision c007ca6 by Sergey Sharybin (cmake_libmv_reorganize) January 4, 2016, 12:42 (GMT) |
Re-organize structure of GLog/GFlags CMake libraries The idea is to split them into two separate targets and have dedicated include directories list for each of them in order to avoid some annoying include header modifications in comparison with upstream. Reviewers: campbellbarton, juicyfruit Differential Revision: https://developer.blender.org/D1706 |
Commit Details:
Full Hash: c007ca6b5fd2404380a8d3a29e984c4d79425b23
Parent Commit: 2cdd4a5
Lines Changed: +531, -259
3 Added Paths:
/extern/libmv/third_party/gflags/CMakeLists.txt (+54, -0) (View)
/extern/libmv/third_party/gflags/README.md (+270, -0) (View)
/extern/libmv/third_party/glog/CMakeLists.txt (+89, -0) (View)
/extern/libmv/third_party/gflags/README.md (+270, -0) (View)
/extern/libmv/third_party/glog/CMakeLists.txt (+89, -0) (View)
19 Modified Paths:
/build_files/cmake/macros.cmake (+1, -0) (Diff)
/build_files/cmake/Modules/GTestTesting.cmake (+2, -1) (Diff)
/extern/libmv/bundle.sh (+26, -85) (Diff)
/extern/libmv/ChangeLog (+22, -37) (Diff)
/extern/libmv/CMakeLists.txt (+20, -117) (Diff)
/extern/libmv/files.txt (+1, -0) (Diff)
/extern/libmv/mkfiles.sh (+5, -1) (Diff)
/extern/libmv/third_party/CMakeLists.txt (+7, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags.h (+1, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags_declare.h (+2, -2) (Diff)
/extern/libmv/third_party/gflags/README.libmv (+3, -2) (Diff)
/extern/libmv/third_party/glog/AUTHORS (+17, -1) (Diff)
/extern/libmv/third_party/glog/README.libmv (+2, -0) (Diff)
/extern/libmv/third_party/glog/src/base/commandlineflags.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/base/mutex.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/logging.h (+4, -7) (Diff)
/extern/libmv/third_party/glog/src/windows/port.cc (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/port.h (+1, -1) (Diff)
/source/blenderplayer/CMakeLists.txt (+1, -0) (Diff)
/build_files/cmake/Modules/GTestTesting.cmake (+2, -1) (Diff)
/extern/libmv/bundle.sh (+26, -85) (Diff)
/extern/libmv/ChangeLog (+22, -37) (Diff)
/extern/libmv/CMakeLists.txt (+20, -117) (Diff)
/extern/libmv/files.txt (+1, -0) (Diff)
/extern/libmv/mkfiles.sh (+5, -1) (Diff)
/extern/libmv/third_party/CMakeLists.txt (+7, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags.h (+1, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags_declare.h (+2, -2) (Diff)
/extern/libmv/third_party/gflags/README.libmv (+3, -2) (Diff)
/extern/libmv/third_party/glog/AUTHORS (+17, -1) (Diff)
/extern/libmv/third_party/glog/README.libmv (+2, -0) (Diff)
/extern/libmv/third_party/glog/src/base/commandlineflags.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/base/mutex.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/logging.h (+4, -7) (Diff)
/extern/libmv/third_party/glog/src/windows/port.cc (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/port.h (+1, -1) (Diff)
/source/blenderplayer/CMakeLists.txt (+1, -0) (Diff)