X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FGaussToCell%2Fplugin%2FCMakeLists.txt;h=7bc8eb3075ba1112257ed6d2d0551ae12d4a111c;hb=d9970f1343c7769f9626de830a414ac7cfbe0201;hp=6b9d775e950acda4d575e59035789d699e6e822f;hpb=f3c88b1961de1517eb4cb217ed04e028aac01974;p=modules%2Fparavis.git diff --git a/src/Plugins/GaussToCell/plugin/CMakeLists.txt b/src/Plugins/GaussToCell/plugin/CMakeLists.txt index 6b9d775e..7bc8eb30 100644 --- a/src/Plugins/GaussToCell/plugin/CMakeLists.txt +++ b/src/Plugins/GaussToCell/plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2020 CEA/DEN, EDF R&D +# Copyright (C) 2010-2022 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -59,3 +59,7 @@ install(TARGETS GaussToCellPlugin LIBRARY DESTINATION lib/paraview ARCHIVE DESTINATION lib/paraview ) + +IF(SALOME_BUILD_TESTS) + ADD_SUBDIRECTORY(Test) +ENDIF(SALOME_BUILD_TESTS)