1. Home
  2. Browse
  3. inih

inih

v62#1Latest

Simple .INI file parser

Install

Run the following Vcpkg command to install the port.

vcpkg install inih

Usage

inih provides unofficial CMake targets:

find_package(unofficial-inih CONFIG REQUIRED)

# C API

target_link_libraries(main PRIVATE unofficial::inih::libinih)

# C++ API (Requires "cpp" feature)

target_link_libraries(main PRIVATE unofficial::inih::inireader)

inih provides pkg-config modules:

# simple .INI file parser

inih

# simple .INI file parser for C++

INIReader

Features

Dependencies

See source

Version

v62#1

Publication

Supports

All

GitHub

benhoyt/inih

Homepage

github.com/benhoyt/inih

Subtree

ea78404d25

License

BSD-3-Clause

Definition

Manifest