Skip to Content

inih v58

Created
Updated

Simple .INI file parser

# Usage

The package 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) 

Alternatively, if you are using pckgconfig use the name "inih" for the C API and "inireader" for the C++ API

# License

# Supported Platforms

All platforms are supported

# Features

Default feature: cpp

# cpp default

Build the C++ library

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Seo Sanghyeon's avatar Seo Sanghyeon
  • Victor Romero's avatar Victor Romero
  • Robert Schumacher's avatar Robert Schumacher
  • Ehsan's avatar Ehsan
  • Billy O'Neal's avatar Billy O'Neal
  • Samuel Marks's avatar Samuel Marks
  • DownerCase's avatar DownerCase
  • Jia Yue Hua's avatar Jia Yue Hua

# Changelog

# Source