blender/extern/glog
Sergey Sharybin c9e7e1987b Glog: Workaround mess around windows and non-windows headers
Seems we can not use include directories order trick, since
files are included form inside ".." string, which forces current
directory to be checked first.
2018-03-22 17:26:02 +01:00
..
src Glog: Workaround mess around windows and non-windows headers 2018-03-22 17:26:02 +01:00
AUTHORS Update Google libraries 2018-03-22 16:10:08 +01:00
ChangeLog Move GLog/GFlags to extern/ 2016-01-04 19:39:13 +05:00
CMakeLists.txt Glog: Attempt to fix compilation error on Windows 2018-03-22 17:02:16 +01:00
COPYING Move GLog/GFlags to extern/ 2016-01-04 19:39:13 +05:00
NEWS Move GLog/GFlags to extern/ 2016-01-04 19:39:13 +05:00
README Move GLog/GFlags to extern/ 2016-01-04 19:39:13 +05:00
README.blender Update Google libraries 2018-03-22 16:10:08 +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