aboutsummaryrefslogtreecommitdiff
path: root/libs/libgflags
Commit message (Collapse)AuthorAge
* libgflags: add gflags packageAmol Bhave2019-04-03
Google's gflags library is a C++ library that implements command line flags processing. Adding the library so that it can used when compiling other C++ programs. Signed-off-by: Amol Bhave <ambhave@fb.com>