blender/extern/glog
Thomas Dinges 65762c880f Add license and copyright information for external dependencies
This is being added straight to 4.2, prior to the `make license` command
which will use this to generate a more complete license file.

Licenses information and ambiguities worked with Dalai Felinto.

Part of !129018.
2024-10-18 17:08:33 +02:00
..
include/glog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
src Build: fix NetBSD support in Glog 2023-06-13 19:46:11 +02:00
AUTHORS Upgrade Google libraries 2020-06-19 12:02:21 +02:00
ChangeLog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
CMakeLists.txt CMake: include headers in source lists 2024-07-25 11:24:11 +10:00
COPYING
NEWS
README
README.blender Add license and copyright information for external dependencies 2024-10-18 17:08:33 +02: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