1 # Copyright (C) 2012-2022 CEA/DEN, EDF R&D, OPEN CASCADE
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.
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.
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
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23 # additional include directories
27 ${OpenCASCADE_INCLUDE_DIR}
28 ${PYTHON_INCLUDE_DIRS}
29 ${KERNEL_INCLUDE_DIRS}
33 ${MEDFILE_INCLUDE_DIRS}
35 ${OMNIORB_INCLUDE_DIR}
37 ${MEDCOUPLING_INCLUDE_DIRS}
38 ${PROJECT_SOURCE_DIR}/src/OBJECT
39 ${PROJECT_SOURCE_DIR}/src/SMESHFiltersSelection
40 ${PROJECT_SOURCE_DIR}/src/SMDS
41 ${PROJECT_SOURCE_DIR}/src/SMESHDS
42 ${PROJECT_SOURCE_DIR}/src/SMESHUtils
43 ${PROJECT_SOURCE_DIR}/src/Controls
44 ${PROJECT_SOURCE_DIR}/src/SMESHClient
45 ${PROJECT_SOURCE_DIR}/src/MEDWrapper
46 ${PROJECT_SOURCE_DIR}/src/SMESH_I
48 ${PROJECT_BINARY_DIR}/idl
51 # additional preprocessor / compiler flags
53 ${OpenCASCADE_DEFINITIONS}
55 ${OMNIORB_DEFINITIONS}
58 # To avoid GetObject macro definition on WIN32
60 ADD_DEFINITIONS(-DNOGDI)
63 # libraries to link to
65 ${OpenCASCADE_Visualization_LIBRARIES}
72 ${GEOM_GEOMFiltersSelection}
83 # header files / to be processed by moc
86 SMESHGUI_PatternWidget.h
87 SMESHGUI_MeshPatternDlg.h
88 SMESHGUI_CreatePatternDlg.h
91 SMESHGUI_TransparencyDlg.h
92 SMESHGUI_ClippingDlg.h
94 SMESHGUI_RemoveNodesDlg.h
95 SMESHGUI_RemoveElementsDlg.h
97 SMESHGUI_Measurements.h
98 SMESHGUI_Preferences_ScalarBarDlg.h
99 SMESHGUI_AddMeshElementDlg.h
100 SMESHGUI_GroupOnShapeDlg.h
101 SMESHGUI_FileInfoDlg.h
103 SMESHGUI_FilterLibraryDlg.h
104 SMESHGUI_SingleEditDlg.h
105 SMESHGUI_MultiEditDlg.h
106 SMESHGUI_DeleteGroupDlg.h
107 SMESHGUI_GroupOpDlg.h
108 SMESHGUI_FaceGroupsSeparatedByEdgesDlg.h
109 SMESHGUI_SmoothingDlg.h
110 SMESHGUI_RenumberingDlg.h
111 SMESHGUI_ExtrusionDlg.h
112 SMESHGUI_ExtrusionAlongPathDlg.h
113 SMESHGUI_RevolutionDlg.h
114 SMESHGUI_RotationDlg.h
115 SMESHGUI_TranslationDlg.h
118 SMESHGUI_SymmetryDlg.h
120 SMESHGUI_DuplicateNodesDlg.h
122 SMESHGUI_CreatePolyhedralVolumeDlg.h
124 SMESHGUI_SelectionOp.h
128 SMESHGUI_Hypotheses.h
129 SMESHGUI_ShapeByMeshDlg.h
130 SMESHGUI_AddQuadraticElementDlg.h
131 SMESHGUI_ConvToQuadDlg.h
132 SMESHGUI_ConvToQuadOp.h
133 SMESHGUI_BuildCompoundDlg.h
134 SMESHGUI_ComputeDlg.h
135 SMESHGUI_MakeNodeAtPointDlg.h
136 SMESHGUI_MeshInfosBox.h
137 SMESHGUI_Make2DFrom3DOp.h
138 SMESHGUI_FindElemByPointDlg.h
139 SMESHGUI_MeshOrderDlg.h
140 SMESHGUI_CopyMeshDlg.h
141 SMESHGUI_MeshOrderOp.h
142 SMESHGUI_PreviewDlg.h
143 SMESHGUI_ReorientFacesDlg.h
144 SMESHGUI_PropertiesDlg.h
145 SMESHGUI_Add0DElemsOnAllNodesDlg.h
146 SMESHGUI_FieldSelectorWdg.h
147 SMESHGUI_DisplayEntitiesDlg.h
148 SMESHGUI_SplitBiQuad.h
150 SMESHGUI_PreVisualObj.h
151 SMESHGUI_MG_ADAPTDRIVER.h
152 SMESHGUI_MgAdaptDlg.h
153 SMESHGUI_HomardAdaptDlg.h
154 SMESHGUI_HomardBoundaryDlg.h
155 SMESHGUI_HomardListGroup.h
156 SMESHGUI_RemoveNodeReconnectionDlg.h
157 SMESHGUI_AddNodeOnSegmentDlg.h
158 SMESHGUI_AddNodeOnFaceDlg.h
159 SMESHGUI_InteractiveOp.h
160 SMESHGUI_CreateDualMeshDlg.h
161 SMESHGUI_CreateDualMeshOp.h
164 # header files / no moc processing
166 SMESHGUI_Operations.h
168 SMESHGUI_HypothesesUtils.h
172 SMESHGUI_GEOMGenUtils.h
174 SMESHGUI_FilterUtils.h
175 SMESHGUI_PatternUtils.h
176 SMESHGUI_GroupUtils.h
177 SMESHGUI_XmlHandler.h
179 SMESHGUI_MeshEditPreview.h
180 SMESHGUI_IdValidator.h
181 SMESHGUI_FileValidator.h
182 SMESHGUI_SelectionProxy.h
184 SMESHGUI_HomardUtils.h
187 # header files / to install
188 SET(SMESH_HEADERS ${_moc_HEADERS} ${_other_HEADERS})
192 # sources / moc wrappings
193 QT_WRAP_MOC(_moc_SOURCES ${_moc_HEADERS})
198 SMESHGUI_PatternWidget.cxx
199 SMESHGUI_MeshPatternDlg.cxx
200 SMESHGUI_CreatePatternDlg.cxx
201 SMESHGUI_NodesDlg.cxx
203 SMESHGUI_TransparencyDlg.cxx
204 SMESHGUI_ClippingDlg.cxx
205 SMESHGUI_GroupDlg.cxx
206 SMESHGUI_RemoveNodesDlg.cxx
207 SMESHGUI_RemoveElementsDlg.cxx
208 SMESHGUI_SelectionProxy.cxx
209 SMESHGUI_MeshInfo.cxx
210 SMESHGUI_Measurements.cxx
211 SMESHGUI_Preferences_ScalarBarDlg.cxx
212 SMESHGUI_AddMeshElementDlg.cxx
213 SMESHGUI_FilterDlg.cxx
214 SMESHGUI_FilterLibraryDlg.cxx
215 SMESHGUI_SingleEditDlg.cxx
216 SMESHGUI_MultiEditDlg.cxx
217 SMESHGUI_DeleteGroupDlg.cxx
218 SMESHGUI_GroupOpDlg.cxx
219 SMESHGUI_FaceGroupsSeparatedByEdgesDlg.cxx
220 SMESHGUI_SmoothingDlg.cxx
221 SMESHGUI_RenumberingDlg.cxx
222 SMESHGUI_ExtrusionDlg.cxx
223 SMESHGUI_ExtrusionAlongPathDlg.cxx
224 SMESHGUI_RevolutionDlg.cxx
225 SMESHGUI_RotationDlg.cxx
226 SMESHGUI_TranslationDlg.cxx
227 SMESHGUI_ScaleDlg.cxx
228 SMESHGUI_OffsetDlg.cxx
229 SMESHGUI_SymmetryDlg.cxx
230 SMESHGUI_SewingDlg.cxx
231 SMESHGUI_DuplicateNodesDlg.cxx
232 SMESHGUI_MergeDlg.cxx
233 SMESHGUI_CreatePolyhedralVolumeDlg.cxx
234 SMESHGUI_Operation.cxx
235 SMESHGUI_SelectionOp.cxx
239 SMESHGUI_Hypotheses.cxx
240 SMESHGUI_ShapeByMeshDlg.cxx
241 SMESHGUI_AddQuadraticElementDlg.cxx
242 SMESHGUI_ConvToQuadDlg.cxx
243 SMESHGUI_ConvToQuadOp.cxx
244 SMESHGUI_BuildCompoundDlg.cxx
245 SMESHGUI_ComputeDlg.cxx
246 SMESHGUI_MakeNodeAtPointDlg.cxx
247 SMESHGUI_GroupOnShapeDlg.cxx
248 SMESHGUI_FileInfoDlg.cxx
249 SMESHGUI_MeshInfosBox.cxx
250 SMESHGUI_Make2DFrom3DOp.cxx
251 SMESHGUI_FindElemByPointDlg.cxx
252 SMESHGUI_MeshOrderDlg.cxx
253 SMESHGUI_CopyMeshDlg.cxx
254 SMESHGUI_MeshOrderOp.cxx
255 SMESHGUI_PreviewDlg.cxx
256 SMESHGUI_ReorientFacesDlg.cxx
257 SMESHGUI_PropertiesDlg.cxx
258 SMESHGUI_Add0DElemsOnAllNodesDlg.cxx
260 SMESHGUI_HypothesesUtils.cxx
261 SMESHGUI_Selection.cxx
262 SMESHGUI_VTKUtils.cxx
263 SMESHGUI_Displayer.cxx
264 SMESHGUI_GEOMGenUtils.cxx
265 SMESHGUI_MeshUtils.cxx
266 SMESHGUI_FilterUtils.cxx
267 SMESHGUI_PatternUtils.cxx
268 SMESHGUI_GroupUtils.cxx
269 SMESHGUI_XmlHandler.cxx
271 SMESHGUI_MeshEditPreview.cxx
272 SMESHGUI_FileValidator.cxx
273 SMESHGUI_FieldSelectorWdg.cxx
274 SMESHGUI_DisplayEntitiesDlg.cxx
275 SMESHGUI_SplitBiQuad.cxx
276 SMESHGUI_PreVisualObj.cxx
277 SMESHGUI_IdPreview.cxx
278 SMESHGUI_MG_ADAPTDRIVER.cxx
279 SMESHGUI_MgAdaptDlg.cxx
280 SMESHGUI_HomardUtils.cxx
281 SMESHGUI_HomardAdaptDlg.cxx
282 SMESHGUI_HomardBoundaryDlg.cxx
283 SMESHGUI_HomardListGroup.cxx
284 SMESHGUI_RemoveNodeReconnectionDlg.cxx
285 SMESHGUI_AddNodeOnSegmentDlg.cxx
286 SMESHGUI_AddNodeOnFaceDlg.cxx
287 SMESHGUI_InteractiveOp.cxx
288 SMESHGUI_CreateDualMeshDlg.cxx
289 SMESHGUI_CreateDualMeshOp.cxx
292 # sources / to compile
293 SET(SMESH_SOURCES ${_other_SOURCES} ${_moc_SOURCES})
297 # resource files / to be processed by lrelease
303 SMESHGUI_Homard_msg_en.ts
304 SMESHGUI_Homard_msg_fr.ts
305 SMESHGUI_Homard_msg_ja.ts
310 ADD_LIBRARY(SMESH ${SMESH_SOURCES})
311 TARGET_LINK_LIBRARIES(SMESH ${_link_LIBRARIES} )
312 INSTALL(TARGETS SMESH EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
314 INSTALL(FILES ${SMESH_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})
316 QT_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_SMESH_INSTALL_RES_DATA}")