blender/extern/glog
Campbell Barton ab5e69e660 Cleanup: remove contributors for CMake files
Following removal from C source code.

See: 8c68ed6df16d8893
2019-02-05 09:10:32 +11:00
..
include/glog Glog/gflags: Reduce amount of local modifications 2018-03-23 14:38:02 +01:00
src Glog/gflags: Reduce amount of local modifications 2018-03-23 14:38:02 +01:00
AUTHORS Update Google libraries 2018-03-22 16:10:08 +01:00
ChangeLog
CMakeLists.txt Cleanup: remove contributors for CMake files 2019-02-05 09:10:32 +11:00
COPYING
NEWS
README
README.blender Glog/gflags: Reduce amount of local modifications 2018-03-23 14:38:02 +01:00

This repository contains a C++ implementation of the Google logging
module.  Documentation for the implementation is in doc/.

See INSTALL for (generic) installation instructions for C++: basically
   ./configure && make && make install