1. Home
  2. Browse
  3. gflags

gflags

v2.2.2#9Latest

A C++ library that implements commandline flags processing

Install

Run the following Vcpkg command to install the port.

vcpkg install gflags

Usage

gflags provides CMake targets:

set(GFLAGS_USE_TARGET_NAMESPACE ON)
find_package(gflags CONFIG REQUIRED)
target_link_libraries(main PRIVATE gflags::gflags)

Dependencies

See source

Version

v2.2.2#9

Publication

Supports

!uwp

GitHub

gflags/gflags

Homepage

github.com/gflags/gflags

Subtree

2e702554a1

License

BSD-3-Clause

Definition

Manifest