diff --git a/CMakeLists.txt b/CMakeLists.txt index dd18e728f1054f20809fbdd715d18ebe4959418e..64bdfbacf838a0a07165e063bd321c3f40721145 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -342,6 +342,7 @@ make_directory(bin) make_directory(references) make_directory(parameters) 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/test_1p.input DESTINATION parameters) file(COPY test/boxmodels/1p2c/outflow-reference.vtu DESTINATION references)