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
The sample command is: `conan remote add martin https://api.bintray.com/conan/martinmoene/nonstd-lite`
73
-
3. Add reference to Jinja2Cpp package (`jinja2cpp/0.9.1@Manu343726/testing`) to your conanfile.txt, conanfile.py or CMakeLists.txt. For instance, with usage of `conan-cmake` integration it could be written this way:
73
+
3. Add reference to Jinja2C++ package (`jinja2cpp/0.9.1@Manu343726/testing`) to your conanfile.txt, conanfile.py or CMakeLists.txt. For instance, with usage of `conan-cmake` integration it could be written this way:
-**JINJA2CPP_BUILD_SHARED** (default OFF) - Specify Jinja2Cpp library library link type.
107
+
-**JINJA2CPP_BUILD_SHARED** (default OFF) - Specify Jinja2C++ library library link type.
108
108
-**MSVC_RUNTIME_TYPE** (default /MD) - MSVC runtime type to link with (if you use Microsoft Visual Studio compiler).
109
109
-**JINJA2CPP_DEPS_MODE** (default "internal") - modes for dependencies handling. Following values possible:
110
-
-`internal` In this mode Jinja2Cpp build script uses dependencies (include `boost`) shipped as subprojects. Nothing needs to be provided externally.
111
-
-`external-boost` In this mode Jinja2Cpp build script uses only `boost` as externally-provided dependency. All other dependencies taken from subprojects.
110
+
-`internal` In this mode Jinja2C++ build script uses dependencies (include `boost`) shipped as subprojects. Nothing needs to be provided externally.
111
+
-`external-boost` In this mode Jinja2C++ build script uses only `boost` as externally-provided dependency. All other dependencies taken from subprojects.
112
112
-`external` In this mode all dependencies should be provided externally. Paths to `boost`, `nonstd-*` libs etc. should be specified via standard CMake variables (like `CMAKE_PREFIX_PATH` or libname_DIR)
113
-
-`conan-build` Special mode for building Jinja2Cpp via conan recipe.
113
+
-`conan-build` Special mode for building Jinja2C++ via conan recipe.
114
114
115
115
## Dependency management modes
116
116
TODO:
117
117
118
118
## Link with you projects
119
-
Jinja2Cpp is shipped with cmake finder script. So you can:
119
+
Jinja2C++ is shipped with cmake finder scripts. So you can:
120
120
121
-
1. Include Jinja2Cpp cmake scripts to the project:
121
+
1. Include Jinja2C++ cmake scripts to the project:
122
122
```cmake
123
-
list (APPEND CMAKE_MODULE_PATH ${JINJA2CPP_INSTALL_DIR}/cmake)
123
+
list (APPEND CMAKE_MODULE_PATH ${JINJA2CPP_INSTALL_DIR}/lib/jinja2cpp)
0 commit comments