Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2008-07-17 16:49:49


Author: dgregor
Date: 2008-07-17 16:49:48 EDT (Thu, 17 Jul 2008)
New Revision: 47516
URL: http://svn.boost.org/trac/boost/changeset/47516

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

Modified: branches/CMake/release/libs/wave/CMakeLists.txt
==============================================================================
--- branches/CMake/release/libs/wave/CMakeLists.txt (original)
+++ branches/CMake/release/libs/wave/CMakeLists.txt 2008-07-17 16:49:48 EDT (Thu, 17 Jul 2008)
@@ -3,4 +3,7 @@
   SRCDIRS src
   TESTDIRS test
   HEADERS wave.hpp wave
+ MODULARIZED
+ DESCRIPTION "A standards-conformant and highly-configurable implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface."
+ AUTHORS "Hartmut Kaiser <hartmut.kaiser -at- gmail.com>"
   )
\ No newline at end of file

Added: branches/CMake/release/libs/wave/module.cmake
==============================================================================
--- (empty file)
+++ branches/CMake/release/libs/wave/module.cmake 2008-07-17 16:49:48 EDT (Thu, 17 Jul 2008)
@@ -0,0 +1 @@
+boost_module(wave DEPENDS filesystem)
\ 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