Skip to content
Snippets Groups Projects
Commit 7533f24b authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[2p] add forgotten sources installation in CMakeLists

parent 713cb102
No related branches found
No related tags found
3 merge requests!617[WIP] Next,!572Feature/params next 2p tests,!571Cleanup/next
...@@ -41,9 +41,6 @@ cc2pcornerpointproblem.hh ...@@ -41,9 +41,6 @@ cc2pcornerpointproblem.hh
cc2pcornerpointspatialparams.hh cc2pcornerpointspatialparams.hh
generalizeddirichletproblem.hh generalizeddirichletproblem.hh
generalizeddirichletspatialparams.hh generalizeddirichletspatialparams.hh
injectionproblem2pni.hh
lensproblem.hh
lensspatialparams.hh
test_boxadaptive2p.cc test_boxadaptive2p.cc
test_cc2pcornerpoint.cc test_cc2pcornerpoint.cc
test_ccadaptive2p.cc test_ccadaptive2p.cc
......
...@@ -27,3 +27,11 @@ dune_add_test(NAME test_2p_fracture_mpfa ...@@ -27,3 +27,11 @@ dune_add_test(NAME test_2p_fracture_mpfa
--command "${CMAKE_CURRENT_BINARY_DIR}/test_2p_fracture_mpfa test_fracture.input -Problem.Name fracturempfa") --command "${CMAKE_CURRENT_BINARY_DIR}/test_2p_fracture_mpfa test_fracture.input -Problem.Name fracturempfa")
set(CMAKE_BUILD_TYPE Release) set(CMAKE_BUILD_TYPE Release)
#install sources
install(FILES
problem.hh
spatialparams.hh
test_2p_fracture_box.cc
test_2p_fracture_cc.cc
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/test/implicit/2p/fracture)
...@@ -30,3 +30,11 @@ dune_add_test(NAME test_2p_incompressible_mpfa ...@@ -30,3 +30,11 @@ dune_add_test(NAME test_2p_incompressible_mpfa
--command "${CMAKE_CURRENT_BINARY_DIR}/test_2p_incompressible_mpfa test_2p.input -Problem.Name 2p_mpfa") --command "${CMAKE_CURRENT_BINARY_DIR}/test_2p_incompressible_mpfa test_2p.input -Problem.Name 2p_mpfa")
set(CMAKE_BUILD_TYPE Release) set(CMAKE_BUILD_TYPE Release)
#install sources
install(FILES
problem.hh
spatialparams.hh
test_2p_box.cc
test_2p_cc.cc
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/test/implicit/2p/incompressible)
...@@ -38,3 +38,11 @@ dune_add_test(SOURCES test_cc2pni.cc ...@@ -38,3 +38,11 @@ dune_add_test(SOURCES test_cc2pni.cc
endif() endif()
set(CMAKE_BUILD_TYPE Release) set(CMAKE_BUILD_TYPE Release)
#install sources
install(FILES
problem.hh
spatialparams.hh
test_2pni_box.cc
test_2pni_cc.cc
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/test/implicit/2p/nonisothermal)
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