restructure third party modules

This commit is contained in:
pantor
2020-06-25 22:57:37 +02:00
parent 5cc3e30b66
commit 10b8ccccbc
27 changed files with 17 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
{
"project": "inja",
"target": "single_include/inja/inja.hpp",
"sources": [
"inja/inja.hpp"
],
"include_paths": [
]
}

View File

@@ -6,4 +6,4 @@ SOURCE_ROOT=$(dirname "${DIR}")
echo "Move to Source Root: ${SOURCE_ROOT}"
cd ${SOURCE_ROOT}
python3 amalgamate/amalgamate.py -c amalgamate/config.json -s include -v yes
python3 third_party/amalgamate/amalgamate.py -c scripts/amalgamate_config.json -s include -v yes