Simple .INI file parser
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
Build the C++ library
v62#1
All
BSD-3-Clause
Manifest