ini-cppv2.0.0
- Updated
Single-header INI file reader and writer for modern C++ (C++17), with type-aware getters and sensible defaults
- Project website: https://github.com/SSARCandy/ini-cpp
#Usage
ini-cpp is header-only and can be used from CMake via:
find_path(INI_CPP_INCLUDE_DIRS "ini/ini.h")
target_include_directories(main PRIVATE ${INI_CPP_INCLUDE_DIRS})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Andy Hsu