From 13c0d7f4337f6e5bdf1c403535542bc253ecbe81 Mon Sep 17 00:00:00 2001 From: Graham Harper Date: Tue, 3 Jul 2018 21:19:22 +0000 Subject: [PATCH] Ensure the new element is also compiled. --- source/base/CMakeLists.txt | 1 + source/fe/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5