This commit is contained in:
marcelb 2025-02-01 20:34:39 +01:00
parent c0983b09f6
commit 729812bcf8

View File

@ -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"