bdk-blender/extern/glog
2023-06-15 13:26:56 +02:00
..
include/glog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
src Build: fix NetBSD support in Glog 2023-06-15 13:26:56 +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 File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
COPYING
NEWS
README
README.blender Glog: fixed OpenBSD support 2023-06-15 12:35:03 +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