|
|
@ -13,10 +13,11 @@ Easily load variable configuration parameters into your program using this libra |
|
|
|
- Predefined necessary keys and enabled validation |
|
|
|
- Predefined necessary keys and enabled validation |
|
|
|
- Strict configuration file format |
|
|
|
- Strict configuration file format |
|
|
|
- Comments in configuration file supported |
|
|
|
- Comments in configuration file supported |
|
|
|
|
|
|
|
- Update config file from program |
|
|
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
## Installation |
|
|
|
|
|
|
|
|
|
|
|
Just download the latest release and unzip it into your project. You can turn it on with: |
|
|
|
Just download the latest release and use cmake build system |
|
|
|
|
|
|
|
|
|
|
|
```c++ |
|
|
|
```c++ |
|
|
|
#include "config/lib/config.hpp" |
|
|
|
#include "config/lib/config.hpp" |
|
|
|