build(install): vendored install directories

all vendor libraries are all now installed in a contained vendor folder and in a way which is compatible with libconfig being used as a subproject
This commit is contained in:
2026-06-05 15:57:40 +00:00
parent 2b8a4bd60f
commit 2f7d900840
62 changed files with 63520 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
// this file is just for backwards compatibility.
#ifndef TOMLPLUSPLUS_H
#define TOMLPLUSPLUS_H
#include "toml.hpp"
#endif