Jinja2CppLight
Jinja2CppLight copied to clipboard
Add cmake option for building tests
Hi @hughperkins !
I implemented a cmake option to enable (or rather disable) tests for slightly faster builds.
Also added a project()
at the top, since CMake complained about it and this now allows using Jinja2CppLight as a cmake subproject.
Best, Jonathan.