Skip to content
Snippets Groups Projects
Commit 7bd9c014 authored by Gregor Corbin's avatar Gregor Corbin
Browse files

updated the CMakelists.txt to include the new files

parent 2305d8b0
No related branches found
No related tags found
1 merge request!154Feature: Gauss-Radau quadratures
......@@ -8,6 +8,8 @@ install(FILES
jacobi_1_0_imp.hh
jacobi_2_0_imp.hh
jacobi_n_0.hh
gaussradauleft_imp.hh
gausradauright_imp.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/geometry/quadraturerules)
exclude_from_headercheck(
......@@ -19,6 +21,8 @@ exclude_from_headercheck(
jacobi_1_0_imp.hh
jacobi_2_0_imp.hh
jacobi_n_0.hh
gaussradauleft_imp.hh
gaussradauright_imp.hh
tensorproductquadrature.hh")
#build the library libquadraturerules
......@@ -28,4 +32,6 @@ dune_add_library(quadraturerules OBJECT
jacobi_2_0.cc
quadraturerules.cc
gausslobatto.cc
gaussradauleft.cc
gaussradauright.cc
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment