1 # Copyright (C) 2012-2016 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
29 ${PYTHON_INCLUDE_DIRS}
30 ${KERNEL_INCLUDE_DIRS}
34 ${MEDFILE_INCLUDE_DIRS}
36 ${OMNIORB_INCLUDE_DIR}
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/Base
47 ${PROJECT_BINARY_DIR}/idl
50 # additional preprocessor / compiler flags
54 ${OMNIORB_DEFINITIONS}
57 # To avoid GetObject macro definition on WIN32
59 ADD_DEFINITIONS(-DNOGDI)
62 # libraries to link to
71 ${GEOM_GEOMFiltersSelection}
81 # header files / to be processed by moc
84 SMESHGUI_PatternWidget.h
85 SMESHGUI_MeshPatternDlg.h
86 SMESHGUI_CreatePatternDlg.h
89 SMESHGUI_TransparencyDlg.h
90 SMESHGUI_ClippingDlg.h
92 SMESHGUI_RemoveNodesDlg.h
93 SMESHGUI_RemoveElementsDlg.h
95 SMESHGUI_Measurements.h
96 SMESHGUI_Preferences_ScalarBarDlg.h
97 SMESHGUI_AddMeshElementDlg.h
98 SMESHGUI_GroupOnShapeDlg.h
99 SMESHGUI_FileInfoDlg.h
101 SMESHGUI_FilterLibraryDlg.h
102 SMESHGUI_SingleEditDlg.h
103 SMESHGUI_MultiEditDlg.h
104 SMESHGUI_DeleteGroupDlg.h
105 SMESHGUI_GroupOpDlg.h
106 SMESHGUI_SmoothingDlg.h
107 SMESHGUI_RenumberingDlg.h
108 SMESHGUI_ExtrusionDlg.h
109 SMESHGUI_ExtrusionAlongPathDlg.h
110 SMESHGUI_RevolutionDlg.h
111 SMESHGUI_RotationDlg.h
112 SMESHGUI_TranslationDlg.h
115 SMESHGUI_SymmetryDlg.h
117 SMESHGUI_DuplicateNodesDlg.h
119 SMESHGUI_CreatePolyhedralVolumeDlg.h
121 SMESHGUI_SelectionOp.h
125 SMESHGUI_Hypotheses.h
126 SMESHGUI_ShapeByMeshDlg.h
127 SMESHGUI_AddQuadraticElementDlg.h
128 SMESHGUI_ConvToQuadDlg.h
129 SMESHGUI_ConvToQuadOp.h
130 SMESHGUI_BuildCompoundDlg.h
131 SMESHGUI_ComputeDlg.h
132 SMESHGUI_MakeNodeAtPointDlg.h
133 SMESHGUI_MeshInfosBox.h
134 SMESHGUI_Make2DFrom3DOp.h
135 SMESHGUI_FindElemByPointDlg.h
136 SMESHGUI_MeshOrderDlg.h
137 SMESHGUI_CopyMeshDlg.h
138 SMESHGUI_MeshOrderOp.h
139 SMESHGUI_PreviewDlg.h
140 SMESHGUI_ReorientFacesDlg.h
141 SMESHGUI_PropertiesDlg.h
142 SMESHGUI_Add0DElemsOnAllNodesDlg.h
143 SMESHGUI_FieldSelectorWdg.h
144 SMESHGUI_DisplayEntitiesDlg.h
145 SMESHGUI_SplitBiQuad.h
146 SMESHGUI_PreVisualObj.h
150 # header files / no moc processing
152 SMESHGUI_Operations.h
154 SMESHGUI_HypothesesUtils.h
158 SMESHGUI_GEOMGenUtils.h
160 SMESHGUI_FilterUtils.h
161 SMESHGUI_PatternUtils.h
162 SMESHGUI_GroupUtils.h
163 SMESHGUI_XmlHandler.h
165 SMESHGUI_MeshEditPreview.h
166 SMESHGUI_IdValidator.h
167 SMESHGUI_FileValidator.h
171 # header files / to install
172 SET(SMESH_HEADERS ${_moc_HEADERS} ${_other_HEADERS})
176 # sources / moc wrappings
177 QT_WRAP_MOC(_moc_SOURCES ${_moc_HEADERS})
182 SMESHGUI_PatternWidget.cxx
183 SMESHGUI_MeshPatternDlg.cxx
184 SMESHGUI_CreatePatternDlg.cxx
185 SMESHGUI_NodesDlg.cxx
187 SMESHGUI_TransparencyDlg.cxx
188 SMESHGUI_ClippingDlg.cxx
189 SMESHGUI_GroupDlg.cxx
190 SMESHGUI_RemoveNodesDlg.cxx
191 SMESHGUI_RemoveElementsDlg.cxx
192 SMESHGUI_MeshInfo.cxx
193 SMESHGUI_Measurements.cxx
194 SMESHGUI_Preferences_ScalarBarDlg.cxx
195 SMESHGUI_AddMeshElementDlg.cxx
196 SMESHGUI_FilterDlg.cxx
197 SMESHGUI_FilterLibraryDlg.cxx
198 SMESHGUI_SingleEditDlg.cxx
199 SMESHGUI_MultiEditDlg.cxx
200 SMESHGUI_DeleteGroupDlg.cxx
201 SMESHGUI_GroupOpDlg.cxx
202 SMESHGUI_SmoothingDlg.cxx
203 SMESHGUI_RenumberingDlg.cxx
204 SMESHGUI_ExtrusionDlg.cxx
205 SMESHGUI_ExtrusionAlongPathDlg.cxx
206 SMESHGUI_RevolutionDlg.cxx
207 SMESHGUI_RotationDlg.cxx
208 SMESHGUI_TranslationDlg.cxx
209 SMESHGUI_ScaleDlg.cxx
210 SMESHGUI_OffsetDlg.cxx
211 SMESHGUI_SymmetryDlg.cxx
212 SMESHGUI_SewingDlg.cxx
213 SMESHGUI_DuplicateNodesDlg.cxx
214 SMESHGUI_MergeDlg.cxx
215 SMESHGUI_CreatePolyhedralVolumeDlg.cxx
216 SMESHGUI_Operation.cxx
217 SMESHGUI_SelectionOp.cxx
221 SMESHGUI_Hypotheses.cxx
222 SMESHGUI_ShapeByMeshDlg.cxx
223 SMESHGUI_AddQuadraticElementDlg.cxx
224 SMESHGUI_ConvToQuadDlg.cxx
225 SMESHGUI_ConvToQuadOp.cxx
226 SMESHGUI_BuildCompoundDlg.cxx
227 SMESHGUI_ComputeDlg.cxx
228 SMESHGUI_MakeNodeAtPointDlg.cxx
229 SMESHGUI_GroupOnShapeDlg.cxx
230 SMESHGUI_FileInfoDlg.cxx
231 SMESHGUI_MeshInfosBox.cxx
232 SMESHGUI_Make2DFrom3DOp.cxx
233 SMESHGUI_FindElemByPointDlg.cxx
234 SMESHGUI_MeshOrderDlg.cxx
235 SMESHGUI_CopyMeshDlg.cxx
236 SMESHGUI_MeshOrderOp.cxx
237 SMESHGUI_PreviewDlg.cxx
238 SMESHGUI_ReorientFacesDlg.cxx
239 SMESHGUI_PropertiesDlg.cxx
240 SMESHGUI_Add0DElemsOnAllNodesDlg.cxx
242 SMESHGUI_HypothesesUtils.cxx
243 SMESHGUI_Selection.cxx
244 SMESHGUI_VTKUtils.cxx
245 SMESHGUI_Displayer.cxx
246 SMESHGUI_GEOMGenUtils.cxx
247 SMESHGUI_MeshUtils.cxx
248 SMESHGUI_FilterUtils.cxx
249 SMESHGUI_PatternUtils.cxx
250 SMESHGUI_GroupUtils.cxx
251 SMESHGUI_XmlHandler.cxx
253 SMESHGUI_MeshEditPreview.cxx
254 SMESHGUI_FileValidator.cxx
255 SMESHGUI_FieldSelectorWdg.cxx
256 SMESHGUI_DisplayEntitiesDlg.cxx
257 SMESHGUI_SplitBiQuad.cxx
258 SMESHGUI_PreVisualObj.cxx
259 SMESHGUI_IdPreview.cxx
262 # sources / to compile
263 SET(SMESH_SOURCES ${_other_SOURCES} ${_moc_SOURCES})
267 # resource files / to be processed by lrelease
277 ADD_LIBRARY(SMESH ${SMESH_SOURCES})
278 TARGET_LINK_LIBRARIES(SMESH ${_link_LIBRARIES} )
279 INSTALL(TARGETS SMESH EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
281 INSTALL(FILES ${SMESH_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})
283 QT_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_SMESH_INSTALL_RES_DATA}")