Create a config module containing all the configuration, proto and flags

stuff.
This commit is contained in:
David Given
2024-10-13 11:57:18 +02:00
parent 9ddfa5a56b
commit e1f2494966
128 changed files with 301 additions and 288 deletions

View File

@@ -5,7 +5,7 @@
#include "lib/core/utils.h"
#include "lib/fluxsource/fluxsource.h"
#include "lib/scp.h"
#include "lib/proto.h"
#include "lib/config/proto.h"
#include "lib/core/logger.h"
#include <fstream>