Salome HOME
Merge commit '9ffe8108c5ea9781f572fa6b26e1ee13ec0f3b0c' into V9_11_BR
[modules/paravis.git] / src / Plugins / GaussToCell / plugin / CMakeLists.txt
index 358b2155d13f410de831c57869a964f23edc85c8..7bc8eb3075ba1112257ed6d2d0551ae12d4a111c 100644 (file)
@@ -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)