Files
inja/amalgamate/config.json
Mark Hollomon 89652ca321 Add meson target to update single include (#86)
- You can now update the single include file in a meson build by using
the target 'amalg'.
- The meson build also now builds the single include test suite.
- cmake build updated to use the new script to update the single
include.
2019-01-28 19:29:21 +01:00

10 lines
126 B
JSON

{
"project": "inja",
"target": "single_include/inja/inja.hpp",
"sources": [
"inja/inja.hpp"
],
"include_paths": [
]
}