ini-cppv2.0.0
- Created
- Updated
Single-header INI file reader and writer for modern C++ (C++17), with type-aware getters and sensible defaults
#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})#License
#Supported Platforms
All platforms are supported
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Dependents
No dependents.
#Host Dependents
No dependents.
#Contributors
Andy Hsu