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. Online documentation available at:
The package gflags provides CMake targets:
find_package(gflags CONFIG REQUIRED)
target_link_libraries(main PRIVATE gflags::gflags)
v2.2.2#6
!uwp
Complex license
Manifest