8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac84be9 commit 664cc3bCopy full SHA for 664cc3b
README.md
@@ -578,6 +578,7 @@ You can define (via -D command line CMake option) the following build flags:
578
579
* **JINJA2CPP_BUILD_TESTS** (default TRUE) - build or not Jinja2Cpp tests.
580
* **MSVC_RUNTIME_TYPE** (default /MD) - MSVC runtime type to link with (if you use Microsoft Visual Studio compiler).
581
+* **BOOST_ROOT** - Path to the prebuilt boost installation
582
* **LIBRARY_TYPE** Could be STATIC (default for Windows platform) or SHARED (default for Linux). Specify the type of Jinja2Cpp library to build.
583
584
# Link with you projects
0 commit comments