mirror of
https://github.com/pantor/inja.git
synced 2026-03-20 16:05:57 +00:00
restructure third party modules
This commit is contained in:
9
scripts/amalgamate_config.json
Normal file
9
scripts/amalgamate_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"project": "inja",
|
||||
"target": "single_include/inja/inja.hpp",
|
||||
"sources": [
|
||||
"inja/inja.hpp"
|
||||
],
|
||||
"include_paths": [
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user