diff options
Diffstat (limited to 'deps/inja/scripts/amalgamate_config.json')
-rw-r--r-- | deps/inja/scripts/amalgamate_config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/inja/scripts/amalgamate_config.json b/deps/inja/scripts/amalgamate_config.json new file mode 100644 index 0000000..71cff85 --- /dev/null +++ b/deps/inja/scripts/amalgamate_config.json @@ -0,0 +1,9 @@ +{ + "project": "inja", + "target": "single_include/inja/inja.hpp", + "sources": [ + "inja/inja.hpp" + ], + "include_paths": [ + ] +} |