Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2008-07-17 18:38:08


Author: dgregor
Date: 2008-07-17 18:38:08 EDT (Thu, 17 Jul 2008)
New Revision: 47521
URL: http://svn.boost.org/trac/boost/changeset/47521

Log:
Modularize TR1
Added:
   branches/CMake/release/libs/tr1/module.cmake (contents, props changed)
Text files modified:
   branches/CMake/release/libs/tr1/CMakeLists.txt | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: branches/CMake/release/libs/tr1/CMakeLists.txt
==============================================================================
--- branches/CMake/release/libs/tr1/CMakeLists.txt (original)
+++ branches/CMake/release/libs/tr1/CMakeLists.txt 2008-07-17 18:38:08 EDT (Thu, 17 Jul 2008)
@@ -2,4 +2,7 @@
   tr1
   TESTDIRS test
   HEADERS tr1
+ MODULARIZED
+ DESCRIPTION "An implementation of the C++ Technical Report on Standard Library Extensions. This library does not itself implement the TR1 components, rather it's a thin wrapper that will include your standard library's TR1 implementation (if it has one), otherwise it will include the Boost Library equivalents, and import them into namespace std::tr1."
+ AUTHORS "John Maddock <john -at- johnmaddock.co.uk>"
   )

Added: branches/CMake/release/libs/tr1/module.cmake
==============================================================================
--- (empty file)
+++ branches/CMake/release/libs/tr1/module.cmake 2008-07-17 18:38:08 EDT (Thu, 17 Jul 2008)
@@ -0,0 +1 @@
+boost_module(tr1 DEPENDS fusion)
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk