inihv62
- Updated
Simple .INI file parser
- Project website: https://github.com/benhoyt/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#Supported Platforms
All platforms supported.
#Dependencies
No dependencies.
#Host Dependencies
and 2 transitive dependencies:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
- vcpkg-cmake-get-vars (through vcpkg-tool-meson)
#Host Tool For
No ports use this.
#Contributors
Seo Sanghyeon
Victor Romero
Robert Schumacher
Ehsan
Billy O'Neal
Samuel Marks
DownerCase
Jia Yue Hua
toge
Kai Pastor