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
and 2 transitive dependencies:
# Dependents
# Host Dependents
No dependents.
# Contributors
- Seo Sanghyeon
- Victor Romero
- Robert Schumacher
- Ehsan
- Billy O'Neal
- Samuel Marks
- DownerCase
- Jia Yue Hua