Skip to content
Snippets Groups Projects
Commit f6e8ecd4 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

CMake: copy fuzzycomparevtu to the build directory

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7703 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent eeaf5660
No related branches found
No related tags found
No related merge requests found
...@@ -342,6 +342,7 @@ make_directory(bin) ...@@ -342,6 +342,7 @@ make_directory(bin)
make_directory(references) make_directory(references)
make_directory(parameters) make_directory(parameters)
file(COPY bin/runTest.sh DESTINATION bin) file(COPY bin/runTest.sh DESTINATION bin)
file(COPY bin/fuzzycomparevtu.py DESTINATION bin)
file(COPY test/boxmodels/1p/1ptest-reference.vtu DESTINATION references) file(COPY test/boxmodels/1p/1ptest-reference.vtu DESTINATION references)
file(COPY test/boxmodels/1p/test_1p.input DESTINATION parameters) file(COPY test/boxmodels/1p/test_1p.input DESTINATION parameters)
file(COPY test/boxmodels/1p2c/outflow-reference.vtu DESTINATION references) file(COPY test/boxmodels/1p2c/outflow-reference.vtu DESTINATION references)
......
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