hughperkins / Jinja2CppLight

(very) lightweight version of Jinja2 for C++
Mozilla Public License 2.0
144 stars 23 forks source link

Install header files #9

Closed 01e9 closed 7 years ago

01e9 commented 7 years ago

The project does install only the shared library, but it's unusable without headers.

P.S. I use it with CMake's ExternalProject_Add()

hughperkins commented 7 years ago

Thanks!