mstch/src
Romuald CARI 74ed09fda0 Allow inclusion in another project
CMake allows projects to build dependencies as subdirectories using the
add_subdirectory command.
CMAKE_SOURCE_DIR refers to the top-level project directory which may very well
*not* be the mstch root directory if mstch is "embedded" in another project.
This patch offers to use PROJECT_SOURCE_DIR instead which accurately refers to
the "source directory of the most recent `project()` command", in this case, the
mstch root directory.
2015-10-13 16:26:40 +02:00
..
state specs compliant lambdas 2015-05-04 16:14:32 +02:00
visitor clean unused parameter warnings 2015-10-10 14:00:45 +02:00
CMakeLists.txt Allow inclusion in another project 2015-10-13 16:26:40 +02:00
mstch.cpp simplify code 2015-04-27 14:14:21 +02:00
render_context.cpp performance tweaks 2015-10-10 13:36:30 +02:00
render_context.hpp performance tweaks 2015-10-10 13:36:30 +02:00
template_type.cpp use proper type 2015-10-10 14:01:13 +02:00
template_type.hpp simplify code 2015-05-05 08:49:42 +02:00
token.cpp support DOS newlines in templates 2015-05-04 10:38:42 +02:00
token.hpp standalone partial whitespace prefix 2015-05-04 14:12:51 +02:00
utils.cpp skip spaces in delimiter change tags 2015-05-04 11:27:51 +02:00
utils.hpp skip spaces in delimiter change tags 2015-05-04 11:27:51 +02:00