inihv62
- Created
- Updated
Simple .INI file parser
#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#License
#Supported Platforms
All platforms are supported
#Features
Default feature: cpp
#cppdefault
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
toge
Kai Pastor