From: Graham Harper Date: Tue, 3 Jul 2018 21:19:22 +0000 (+0000) Subject: Ensure the new element is also compiled. X-Git-Tag: v9.1.0-rc1~846^2~19 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c0d7f4337f6e5bdf1c403535542bc253ecbe81;p=dealii.git Ensure the new element is also compiled. --- diff --git a/source/base/CMakeLists.txt b/source/base/CMakeLists.txt index 40f140ac5b..4783c78643 100644 --- a/source/base/CMakeLists.txt +++ b/source/base/CMakeLists.txt @@ -58,6 +58,7 @@ SET(_unity_include_src polynomials_adini.cc polynomials_bernstein.cc polynomials_bdm.cc + polynomials_bernardi_raugel.cc polynomials_nedelec.cc polynomials_integrated_legendre_sz.cc polynomial_space.cc diff --git a/source/fe/CMakeLists.txt b/source/fe/CMakeLists.txt index 35e0bc1ca1..a82f5c9947 100644 --- a/source/fe/CMakeLists.txt +++ b/source/fe/CMakeLists.txt @@ -19,6 +19,7 @@ SET(_unity_include_src block_mask.cc component_mask.cc fe_abf.cc + fe_bernardi_raugel.cc fe_bdm.cc fe.cc fe_bernstein.cc