diff options
Diffstat (limited to 'libraries/gflags/README')
-rw-r--r-- | libraries/gflags/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/gflags/README b/libraries/gflags/README new file mode 100644 index 0000000000..957adcf421 --- /dev/null +++ b/libraries/gflags/README @@ -0,0 +1,3 @@ +The gflags package contains a C++ library that implements commandline flags processing. +It includes built-in support for standard types such as string and the ability to define +flags in the source file in which they are used. |