Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
7533f24b
Commit
7533f24b
authored
Nov 06, 2017
by
Dennis Gläser
Browse files
[2p] add forgotten sources installation in CMakeLists
parent
713cb102
Changes
4
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/2p/implicit/CMakeLists.txt
View file @
7533f24b
...
...
@@ -41,9 +41,6 @@ cc2pcornerpointproblem.hh
cc2pcornerpointspatialparams.hh
generalizeddirichletproblem.hh
generalizeddirichletspatialparams.hh
injectionproblem2pni.hh
lensproblem.hh
lensspatialparams.hh
test_boxadaptive2p.cc
test_cc2pcornerpoint.cc
test_ccadaptive2p.cc
...
...
test/porousmediumflow/2p/implicit/fracture/CMakeLists.txt
View file @
7533f24b
...
...
@@ -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"
)
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
)
test/porousmediumflow/2p/implicit/incompressible/CMakeLists.txt
View file @
7533f24b
...
...
@@ -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"
)
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
)
test/porousmediumflow/2p/implicit/nonisothermal/CMakeLists.txt
View file @
7533f24b
...
...
@@ -38,3 +38,11 @@ dune_add_test(SOURCES test_cc2pni.cc
endif
()
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
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment