$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51887 - branches/release/tools/quickbook
From: daniel_james_at_[hidden]
Date: 2009-03-21 12:20:03
Author: danieljames
Date: 2009-03-21 12:20:03 EDT (Sat, 21 Mar 2009)
New Revision: 51887
URL: http://svn.boost.org/trac/boost/changeset/51887
Log:
Sync up the quickbook CMakeLists.txt file
Text files modified: 
   branches/release/tools/quickbook/CMakeLists.txt |    18 ++++++++++++++++++                      
   1 files changed, 18 insertions(+), 0 deletions(-)
Modified: branches/release/tools/quickbook/CMakeLists.txt
==============================================================================
--- branches/release/tools/quickbook/CMakeLists.txt	(original)
+++ branches/release/tools/quickbook/CMakeLists.txt	2009-03-21 12:20:03 EDT (Sat, 21 Mar 2009)
@@ -8,6 +8,22 @@
     add_definitions(/wd4511 /wd4512 /wd4701 /wd4702 /wd4244 /wd4267 /wd4800)
   endif (MSVC)
   
+  #
+  # TDS: this needs fixing...  these are the modules that quickbook is
+  # dependent on, these paths should be set via some more generic
+  # mechanism
+  #
+  include_directories(
+    ${CMAKE_SOURCE_DIR}/libs/spirit/include
+    ${CMAKE_SOURCE_DIR}/libs/detail/include
+    ${CMAKE_SOURCE_DIR}/libs/config/include
+    ${CMAKE_SOURCE_DIR}/libs/type_traits/include
+    ${CMAKE_SOURCE_DIR}/libs/program_options/include
+    ${CMAKE_SOURCE_DIR}/libs/filesystem/include
+    ${CMAKE_SOURCE_DIR}/libs/system/include
+    )
+  
+
   boost_add_executable(quickbook
     detail/quickbook.cpp
     detail/actions.cpp
@@ -15,7 +31,9 @@
     detail/utils.cpp
     detail/post_process.cpp
     detail/collector.cpp
+    detail/input_path.cpp
     detail/template_stack.cpp
+    detail/markups.cpp
     DEPENDS boost_program_options boost_filesystem
     )  
 endif (BUILD_QUICKBOOK)
\ No newline at end of file