Salome HOME
Merge branch 'csgroup_IS2'
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
1 # Copyright (C) 2014-2021  CEA/DEN, EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 INCLUDE(Common)
21 INCLUDE(UnitTest)
22
23
24 SET(PROJECT_HEADERS
25     FeaturesPlugin.h
26     FeaturesPlugin_Plugin.h
27     FeaturesPlugin_Extrusion.h
28     FeaturesPlugin_Recover.h
29     FeaturesPlugin_Revolution.h
30     FeaturesPlugin_Rotation.h
31     FeaturesPlugin_Translation.h
32     FeaturesPlugin_VersionedBoolean.h
33     FeaturesPlugin_Boolean.h
34     FeaturesPlugin_BooleanCut.h
35     FeaturesPlugin_BooleanFuse.h
36     FeaturesPlugin_BooleanCommon.h
37     FeaturesPlugin_BooleanSmash.h
38     FeaturesPlugin_BooleanFill.h
39     FeaturesPlugin_Intersection.h
40     FeaturesPlugin_Partition.h
41     FeaturesPlugin_Pipe.h
42     FeaturesPlugin_Placement.h
43     FeaturesPlugin_CompositeBoolean.h
44     FeaturesPlugin_CompositeSketch.h
45     FeaturesPlugin_ExtrusionBoolean.h
46     FeaturesPlugin_ExtrusionCut.h
47     FeaturesPlugin_ExtrusionFuse.h
48     FeaturesPlugin_RevolutionBoolean.h
49     FeaturesPlugin_RevolutionCut.h
50     FeaturesPlugin_RevolutionFuse.h
51     FeaturesPlugin_Union.h
52     FeaturesPlugin_ValidatorTransform.h
53     FeaturesPlugin_Validators.h
54     FeaturesPlugin_RemoveSubShapes.h
55     FeaturesPlugin_Tools.h
56     FeaturesPlugin_Symmetry.h
57     FeaturesPlugin_Scale.h
58     FeaturesPlugin_MultiTranslation.h
59     FeaturesPlugin_MultiRotation.h
60     FeaturesPlugin_Fillet.h
61     FeaturesPlugin_Fillet1D.h
62     FeaturesPlugin_Measurement.h
63     FeaturesPlugin_FusionFaces.h
64     FeaturesPlugin_RemoveResults.h
65     FeaturesPlugin_Chamfer.h
66     FeaturesPlugin_Copy.h
67     FeaturesPlugin_ImportResult.h
68     FeaturesPlugin_Defeaturing.h
69     FeaturesPlugin_VersionedChFi.h
70     FeaturesPlugin_PointCoordinates.h
71     FeaturesPlugin_GeometryCalculation.h
72     FeaturesPlugin_BoundingBox.h
73     FeaturesPlugin_CommonBoundingBox.h
74     FeaturesPlugin_CreateBoundingBox.h
75 )
76
77 SET(PROJECT_SOURCES
78     FeaturesPlugin_Plugin.cpp
79     FeaturesPlugin_Extrusion.cpp
80     FeaturesPlugin_Recover.cpp
81     FeaturesPlugin_Revolution.cpp
82     FeaturesPlugin_Rotation.cpp
83     FeaturesPlugin_Translation.cpp
84     FeaturesPlugin_VersionedBoolean.cpp
85     FeaturesPlugin_Boolean.cpp
86     FeaturesPlugin_BooleanCut.cpp
87     FeaturesPlugin_BooleanFuse.cpp
88     FeaturesPlugin_BooleanCommon.cpp
89     FeaturesPlugin_BooleanSmash.cpp
90     FeaturesPlugin_BooleanFill.cpp
91     FeaturesPlugin_Intersection.cpp
92     FeaturesPlugin_Partition.cpp
93     FeaturesPlugin_Pipe.cpp
94     FeaturesPlugin_Placement.cpp
95     FeaturesPlugin_CompositeBoolean.cpp
96     FeaturesPlugin_CompositeSketch.cpp
97     FeaturesPlugin_ExtrusionBoolean.cpp
98     FeaturesPlugin_ExtrusionCut.cpp
99     FeaturesPlugin_ExtrusionFuse.cpp
100     FeaturesPlugin_RevolutionBoolean.cpp
101     FeaturesPlugin_RevolutionCut.cpp
102     FeaturesPlugin_RevolutionFuse.cpp
103     FeaturesPlugin_Union.cpp
104     FeaturesPlugin_ValidatorTransform.cpp
105     FeaturesPlugin_Validators.cpp
106     FeaturesPlugin_RemoveSubShapes.cpp
107     FeaturesPlugin_Tools.cpp
108     FeaturesPlugin_Symmetry.cpp
109     FeaturesPlugin_Scale.cpp
110     FeaturesPlugin_MultiTranslation.cpp
111     FeaturesPlugin_MultiRotation.cpp
112     FeaturesPlugin_Fillet.cpp
113     FeaturesPlugin_Fillet1D.cpp
114     FeaturesPlugin_Measurement.cpp
115     FeaturesPlugin_FusionFaces.cpp
116     FeaturesPlugin_RemoveResults.cpp
117     FeaturesPlugin_Chamfer.cpp
118     FeaturesPlugin_Copy.cpp
119     FeaturesPlugin_ImportResult.cpp
120     FeaturesPlugin_Defeaturing.cpp
121     FeaturesPlugin_VersionedChFi.cpp
122     FeaturesPlugin_PointCoordinates.cpp
123     FeaturesPlugin_GeometryCalculation.cpp
124     FeaturesPlugin_BoundingBox.cpp
125     FeaturesPlugin_CommonBoundingBox.cpp
126     FeaturesPlugin_CreateBoundingBox.cpp
127 )
128
129 SET(XML_RESOURCES
130   plugin-Features.xml
131   extrusion_widget.xml
132   extrusioncut_widget.xml
133   extrusionfuse_widget.xml
134   revolution_widget.xml
135   revolutioncut_widget.xml
136   revolutionfuse_widget.xml
137   rotation_widget.xml
138   translation_widget.xml
139   boolean_widget.xml
140   boolean_fuse_widget.xml
141   boolean_common_widget.xml
142   boolean_split_widget.xml
143   boolean_smash_widget.xml
144   recover_widget.xml
145   partition_widget.xml
146   placement_widget.xml
147   intersection_widget.xml
148   pipe_widget.xml
149   remove_subshapes_widget.xml
150   union_widget.xml
151   symmetry_widget.xml
152   scale_widget.xml
153   multitranslation_widget.xml
154   multirotation_widget.xml
155   fillet_widget.xml
156   fillet1d_widget.xml
157   measurement_widget.xml
158   fusion_faces_widget.xml
159   chamfer_widget.xml
160   copy_widget.xml
161   import_result_widget.xml
162   defeaturing_widget.xml
163   point_coordinates_widget.xml
164   geometry_calculation_widget.xml
165   bounding_box_widget.xml
166   create_bounding_box_widget.xml
167 )
168
169 SET(TEXT_RESOURCES
170     FeaturesPlugin_msg_en.ts
171     FeaturesPlugin_msg_fr.ts
172     FeaturesPlugin_msg_ru.ts
173 )
174
175 SOURCE_GROUP ("XML Files" FILES ${XML_RESOURCES})
176 SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES})
177
178
179 INCLUDE_DIRECTORIES(
180   ../ModelAPI
181   ../GeomAPI
182   ../GeomAlgoAPI
183   ../GeomValidators
184   ../ModuleBase
185   ../Events
186   ../Config
187   ${OpenCASCADE_INCLUDE_DIR}
188 )
189
190 SET(PROJECT_LIBRARIES
191     Events
192     ModelAPI
193     GeomAPI
194     GeomAlgoAPI
195     GeomValidators
196     Config
197     ${OpenCASCADE_Visualization_LIBRARIES}
198 )
199
200 ADD_DEFINITIONS(-DFEATURESPLUGIN_EXPORTS)
201 ADD_LIBRARY(FeaturesPlugin MODULE ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${XML_RESOURCES} ${TEXT_RESOURCES})
202 TARGET_LINK_LIBRARIES(FeaturesPlugin ${PROJECT_LIBRARIES})
203
204 INSTALL(TARGETS FeaturesPlugin DESTINATION ${SHAPER_INSTALL_PLUGIN_FILES})
205 INSTALL(FILES ${XML_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES})
206 INSTALL(DIRECTORY icons/ DESTINATION ${SHAPER_INSTALL_XML_RESOURCES}/icons/Features)
207 INSTALL(FILES ${TEXT_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES})
208
209 INCLUDE(tests.set)
210
211 ADD_UNIT_TESTS(
212   ${TEST_NAMES}
213 )
214
215 IF(${HAVE_SALOME})
216   enable_testing()
217   set(TEST_INSTALL_DIRECTORY "${SALOME_SHAPER_INSTALL_TESTS}/FeaturesPlugin")
218   
219   install(FILES CTestTestfileInstall.cmake
220   DESTINATION ${TEST_INSTALL_DIRECTORY}
221   RENAME CTestTestfile.cmake)
222   install(FILES tests.set DESTINATION ${TEST_INSTALL_DIRECTORY})
223   
224   set(TMP_TESTS_NAMES)
225   foreach(tfile ${TEST_NAMES})
226     list(APPEND TMP_TESTS_NAMES "Test/${tfile}")
227   endforeach(tfile ${TEST_NAMES})
228   
229   install(FILES ${TMP_TESTS_NAMES} DESTINATION ${TEST_INSTALL_DIRECTORY})
230 ENDIF(${HAVE_SALOME})