From 78d3873061f1a974da4d0ccdcc1778c6a11139e8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Thu, 24 Apr 2014 22:18:45 +0200 Subject: Added XercesStringGuard scope-guard to manage XMLCh * xercesc requires XMLCh* strings to be hand-allocated and released using the XMLString class * XercesStringGuard works as a scope-guard for XMLCh* string lifetime and greatly simplifies xerces DOM construction --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ee6e7e3..4d50af0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,7 @@ add_executable( src/function/read_directory.cc src/support/filesystem_context.cc src/support/dom_document_guard.cc + src/support/xerces_string_guard.cc ) target_link_libraries( -- cgit v1.2.3