You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
-**MSVC_RUNTIME_TYPE** (default /MD) - MSVC runtime type to link with (if you use Microsoft Visual Studio compiler).
141
+
-**JINJA2CPP_MSVC_RUNTIME_TYPE** (default /MD) - MSVC runtime type to link with (if you use Microsoft Visual Studio compiler)._Notice_: You don't need to add`d` suffix which means`Debug` version of runtime. Suffix is added automatically.
142
+
-**JINJA2CPP_BUILD_SHARED** (default FALSE) - to build shared version of Jinja2C++ libraries
142
143
143
144
##Link with you projects
144
145
Jinja2C++ is a CMake project and follow the standard ways of the CMake project`find` script implementation. So, you can either include Jinja2C++ as a subproject of your project. In this case you should link against`jinja2cpp` target. All necessary settings are already associated with this target. For instance: