Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 1, 2019 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/802ece5107aa9f5c9fa06f3b64b513e7 to your computer and use it in GitHub Desktop.
Save ryantm/802ece5107aa9f5c9fa06f3b64b513e7 to your computer and use it in GitHub Desktop.
/nix/store/z4wwr8glqh3r3kwri7ad5d8bayxql3x2-glog-0.4.0
├── include
│   └── glog
│   ├── logging.h
│   ├── log_severity.h
│   ├── raw_logging.h
│   ├── stl_logging.h
│   └── vlog_is_on.h
├── lib
│   ├── libglog.la
│   ├── libglog.so -> libglog.so.0.0.0
│   ├── libglog.so.0 -> libglog.so.0.0.0
│   ├── libglog.so.0.0.0
│   └── pkgconfig
│   └── libglog.pc
└── share
└── doc
└── glog-0.4.0
├── AUTHORS
├── ChangeLog
├── COPYING
├── designstyle.css
├── glog.html
├── INSTALL
├── README.md
└── README.windows
7 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment