]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add cmake configury stuff to also build the boost::iostreams library.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 21 Dec 2013 17:06:23 +0000 (17:06 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 21 Dec 2013 17:06:23 +0000 (17:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@32087 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/bundled/CMakeLists.txt
deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt [new file with mode: 0644]

index 30e62c7d3fb2de8aad6b8f7b3c9b5d49d778ce31..f2891f1d7101ad23fb13b65b6c0344a7d33c76bd 100644 (file)
@@ -32,6 +32,7 @@ IF(FEATURE_BOOST_BUNDLED_CONFIGURED)
     "${BOOST_FOLDER}/include\n"
     )
 
+  ADD_SUBDIRECTORY(${BOOST_FOLDER}/libs/iostreams/src)
   ADD_SUBDIRECTORY(${BOOST_FOLDER}/libs/serialization/src)
 
   IF(DEAL_II_WITH_THREADS AND NOT DEAL_II_USE_CXX11)
diff --git a/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt b/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt
new file mode 100644 (file)
index 0000000..0f55491
--- /dev/null
@@ -0,0 +1,26 @@
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
+
+SET(src_boost_iostreams
+    bzip2.cpp 
+    file_descriptor.cpp
+    gzip.cpp 
+    mapped_file.cpp
+    zlib.cpp
+  )
+
+DEAL_II_ADD_LIBRARY(obj_boost_iostreams OBJECT ${src_boost_iostreams})
+

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.