From: angela.klewinghaus Date: Mon, 11 Nov 2013 13:10:29 +0000 (+0000) Subject: add fe_trace.{cc,inst.in} to CMakeList.txt X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19ca59640f6c7f1c18648fac14f55d18837b68c1;p=dealii-svn.git add fe_trace.{cc,inst.in} to CMakeList.txt git-svn-id: https://svn.dealii.org/branches/branch_face_elements@31621 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/CMakeLists.txt b/deal.II/source/fe/CMakeLists.txt index 57b9e686f8..31fe760161 100644 --- a/deal.II/source/fe/CMakeLists.txt +++ b/deal.II/source/fe/CMakeLists.txt @@ -43,6 +43,7 @@ SET(_src fe_system.cc fe_tools.cc fe_tools_interpolate.cc + fe_trace.cc fe_values.cc fe_values_inst2.cc mapping_c1.cc @@ -78,6 +79,7 @@ SET(_inst fe_system.inst.in fe_tools.inst.in fe_tools_interpolate.inst.in + fe_trace.inst.in fe_values.decl.1.inst.in fe_values.decl.2.inst.in fe_values.impl.1.inst.in