bdk-blender/extern/glog
2023-06-13 19:46:11 +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 Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
COPYING
NEWS
README
README.blender Glog: fixed OpenBSD support 2023-05-16 09:30:35 +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