X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FGaussToCell%2Fplugin%2FCMakeLists.txt;h=7bc8eb3075ba1112257ed6d2d0551ae12d4a111c;hb=d9970f1343c7769f9626de830a414ac7cfbe0201;hp=358b2155d13f410de831c57869a964f23edc85c8;hpb=2957581f3994d40c3b89e4aa1da2149ad299534c;p=modules%2Fparavis.git diff --git a/src/Plugins/GaussToCell/plugin/CMakeLists.txt b/src/Plugins/GaussToCell/plugin/CMakeLists.txt index 358b2155..7bc8eb30 100644 --- a/src/Plugins/GaussToCell/plugin/CMakeLists.txt +++ b/src/Plugins/GaussToCell/plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2021 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)