From: bangerth Date: Thu, 10 Jan 2013 00:57:14 +0000 (+0000) Subject: Add newly added file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3bbd73daf0c3002008a745bf26c0e9d6c7b419;p=dealii-svn.git Add newly added file. git-svn-id: https://svn.dealii.org/branches/branch_cmake@28003 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/base/CMakeLists.txt b/deal.II/source/base/CMakeLists.txt index 64a524f9f9..ad3da0be3f 100644 --- a/deal.II/source/base/CMakeLists.txt +++ b/deal.II/source/base/CMakeLists.txt @@ -1,6 +1,6 @@ ##### ## -## Copyright (C) 2012 by the deal.II authors +## Copyright (C) 2012, 2013 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -55,6 +55,7 @@ SET(src_base table_handler.cc tensor_function.cc tensor_product_polynomials.cc + tensor_product_polynomials_const.cc thread_management.cc timer.cc utilities.cc