From cd0e0eaee10d6587a4547af4d86f261d34a54ee0 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Thu, 16 Apr 2015 01:11:05 +0200 Subject: Added transformation for generating unique IDs for referenced document nodes --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d2f69c6..80ad83d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -269,6 +269,9 @@ TARGET_LINK_LIBRARIES(ousia_html ADD_LIBRARY(ousia_xml src/plugins/xml/XmlOutput + # TODO: This dependency is temporary -- remove once we have a proper + # transformation pipeline + src/transformations/uniqueid/UniqueIdTransformation ) TARGET_LINK_LIBRARIES(ousia_xml -- cgit v1.2.3