]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/CMakeLists.txt
Salome HOME
Issue #20513: Filling problem
[modules/shaper.git] / src / BuildPlugin / CMakeLists.txt
index 2954b05c7f0cb94b7601731bcbd92103982f4172..4bcf4a001c626395c85db7510c10420cd6380b76 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2020  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
@@ -88,6 +88,7 @@ SET(TEXT_RESOURCES
     BuildPlugin_msg_fr.ts
 )
 
+SOURCE_GROUP ("XML Files" FILES ${XML_RESOURCES})
 SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES})
 
 SET(PROJECT_LIBRARIES
@@ -155,4 +156,9 @@ ADD_UNIT_TESTS(TestVertex.py
                Test2415.py
                Test2439.py
                Test2454.py
+               Test3125.py
+               Test3271.py
+               Test19056.py
+               Test20469.py
+               Test20513.py
 )