From c5a11763985172f54d0da8a2a2778f882f3656e5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sun, 25 May 2014 21:49:59 +0200 Subject: Implemented basic external "execute" function * enables execution of external programs ** second parameter is passed to stdin ** stdout is captured and returned ** based on booost::process * this was implemented to enable access to external content preprocessors such as markdown --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e09c096..442c215 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ set( src/function/read_xml_file.cc src/function/read_directory.cc src/function/transform.cc + src/function/execute.cc src/support/filesystem_context.cc src/support/stylesheet_parameter_guard.cc src/support/xalan_string.cc -- cgit v1.2.3