Salome HOME
0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms...
[modules/smesh.git] / src / SMESHGUI / CMakeLists.txt
1 # Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
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(UseQt4Ext)
21
22 # --- options ---
23 # additional include directories
24 INCLUDE_DIRECTORIES(
25   ${QT_INCLUDES}
26   ${VTK_INCLUDE_DIRS}
27   ${OGL_INCLUDE_DIRS}
28   ${CAS_INCLUDE_DIRS}
29   ${PYTHON_INCLUDE_DIRS}
30   ${KERNEL_INCLUDE_DIRS}
31   ${GUI_INCLUDE_DIRS}
32   ${QWT_INCLUDE_DIR}
33   ${GEOM_INCLUDE_DIRS}
34   ${MEDFILE_INCLUDE_DIRS}
35   ${Boost_INCLUDE_DIRS}
36   ${OMNIORB_INCLUDE_DIR}
37   ${HDF5_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/SMESH
43   ${PROJECT_SOURCE_DIR}/src/SMESHUtils
44   ${PROJECT_SOURCE_DIR}/src/SMESH_I
45   ${PROJECT_SOURCE_DIR}/src/Controls
46   ${PROJECT_SOURCE_DIR}/src/SMESHClient
47   ${PROJECT_SOURCE_DIR}/src/MEDWrapper/Base
48   ${PROJECT_BINARY_DIR}
49   ${PROJECT_BINARY_DIR}/idl
50 )
51
52 # additional preprocessor / compiler flags
53 ADD_DEFINITIONS(
54   ${CAS_DEFINITIONS}
55   ${BOOST_DEFINITIONS}
56   ${OMNIORB_DEFINITIONS}
57 )
58
59 # To avoid GetObject macro definition on WIN32
60 IF(WIN32)
61   ADD_DEFINITIONS(-DNOGDI)
62 ENDIF(WIN32)
63
64 # libraries to link to
65 SET(_link_LIBRARIES
66   ${CAS_TKV3d}
67   ${GUI_SalomePrs}
68   ${GUI_suit}
69   ${GUI_SUITApp}
70   ${GUI_CAM}
71   ${GUI_std}
72   ${GEOM_GEOMBase}
73   ${GEOM_GEOMFiltersSelection}
74   ${GEOM_GEOMObject}
75   SMESHFiltersSelection
76   SMDS
77   SMESHControls
78   SMESHObject
79 )
80
81 # --- headers ---
82
83 # header files / to be processed by moc
84 SET(_moc_HEADERS
85   SMESHGUI.h
86   SMESHGUI_PatternWidget.h
87   SMESHGUI_MeshPatternDlg.h
88   SMESHGUI_CreatePatternDlg.h
89   SMESHGUI_NodesDlg.h
90   SMESHGUI_SpinBox.h
91   SMESHGUI_TransparencyDlg.h
92   SMESHGUI_ClippingDlg.h
93   SMESHGUI_GroupDlg.h
94   SMESHGUI_RemoveNodesDlg.h
95   SMESHGUI_RemoveElementsDlg.h
96   SMESHGUI_MeshInfo.h
97   SMESHGUI_Measurements.h
98   SMESHGUI_Preferences_ScalarBarDlg.h
99   SMESHGUI_AddMeshElementDlg.h
100   SMESHGUI_GroupOnShapeDlg.h
101   SMESHGUI_FileInfoDlg.h
102   SMESHGUI_FilterDlg.h
103   SMESHGUI_FilterLibraryDlg.h
104   SMESHGUI_SingleEditDlg.h
105   SMESHGUI_MultiEditDlg.h
106   SMESHGUI_DeleteGroupDlg.h
107   SMESHGUI_GroupOpDlg.h
108   SMESHGUI_SmoothingDlg.h
109   SMESHGUI_RenumberingDlg.h
110   SMESHGUI_ExtrusionDlg.h
111   SMESHGUI_ExtrusionAlongPathDlg.h
112   SMESHGUI_RevolutionDlg.h
113   SMESHGUI_RotationDlg.h
114   SMESHGUI_TranslationDlg.h
115   SMESHGUI_ScaleDlg.h
116   SMESHGUI_SymmetryDlg.h
117   SMESHGUI_SewingDlg.h
118   SMESHGUI_DuplicateNodesDlg.h
119   SMESHGUI_MergeDlg.h
120   SMESHGUI_CreatePolyhedralVolumeDlg.h
121   SMESHGUI_Operation.h
122   SMESHGUI_SelectionOp.h
123   SMESHGUI_Dialog.h
124   SMESHGUI_MeshDlg.h
125   SMESHGUI_MeshOp.h
126   SMESHGUI_Hypotheses.h
127   SMESHGUI_ShapeByMeshDlg.h
128   SMESHGUI_AddQuadraticElementDlg.h
129   SMESHGUI_ConvToQuadDlg.h
130   SMESHGUI_ConvToQuadOp.h
131   SMESHGUI_BuildCompoundDlg.h
132   SMESHGUI_ComputeDlg.h
133   SMESHGUI_MakeNodeAtPointDlg.h
134   SMESHGUI_MeshInfosBox.h
135   SMESHGUI_Make2DFrom3DOp.h
136   SMESHGUI_FindElemByPointDlg.h
137   SMESHGUI_MeshOrderDlg.h
138   SMESHGUI_CopyMeshDlg.h
139   SMESHGUI_MeshOrderOp.h
140   SMESHGUI_PreviewDlg.h
141   SMESHGUI_ReorientFacesDlg.h
142   SMESHGUI_PropertiesDlg.h
143   SMESHGUI_Add0DElemsOnAllNodesDlg.h
144 )
145
146 # header files / no moc processing
147 SET(_other_HEADERS
148   SMESHGUI_Utils.h
149   SMESHGUI_HypothesesUtils.h
150   SMESHGUI_Selection.h
151   SMESHGUI_VTKUtils.h
152   SMESHGUI_Displayer.h
153   SMESHGUI_GEOMGenUtils.h
154   SMESHGUI_MeshUtils.h
155   SMESHGUI_FilterUtils.h
156   SMESHGUI_PatternUtils.h
157   SMESHGUI_GroupUtils.h
158   SMESHGUI_XmlHandler.h
159   SMESHGUI_Filter.h
160   SMESHGUI_MeshEditPreview.h
161   SMESHGUI_IdValidator.h
162   SMESHGUI_FileValidator.h
163   SMESH_SMESHGUI.hxx
164 )
165
166 # header files / to install
167 SET(SMESH_HEADERS ${_moc_HEADERS} ${_other_HEADERS})
168
169 # --- sources ---
170
171 # sources / moc wrappings
172 QT4_WRAP_CPP(_moc_SOURCES ${_moc_HEADERS})
173
174 # sources / static
175 SET(_other_SOURCES
176   SMESHGUI.cxx
177   SMESHGUI_PatternWidget.cxx
178   SMESHGUI_MeshPatternDlg.cxx
179   SMESHGUI_CreatePatternDlg.cxx
180   SMESHGUI_NodesDlg.cxx
181   SMESHGUI_SpinBox.cxx
182   SMESHGUI_TransparencyDlg.cxx
183   SMESHGUI_ClippingDlg.cxx
184   SMESHGUI_GroupDlg.cxx
185   SMESHGUI_RemoveNodesDlg.cxx
186   SMESHGUI_RemoveElementsDlg.cxx
187   SMESHGUI_MeshInfo.cxx
188   SMESHGUI_Measurements.cxx
189   SMESHGUI_Preferences_ScalarBarDlg.cxx
190   SMESHGUI_AddMeshElementDlg.cxx
191   SMESHGUI_FilterDlg.cxx
192   SMESHGUI_FilterLibraryDlg.cxx
193   SMESHGUI_SingleEditDlg.cxx
194   SMESHGUI_MultiEditDlg.cxx
195   SMESHGUI_DeleteGroupDlg.cxx
196   SMESHGUI_GroupOpDlg.cxx
197   SMESHGUI_SmoothingDlg.cxx
198   SMESHGUI_RenumberingDlg.cxx
199   SMESHGUI_ExtrusionDlg.cxx
200   SMESHGUI_ExtrusionAlongPathDlg.cxx
201   SMESHGUI_RevolutionDlg.cxx
202   SMESHGUI_RotationDlg.cxx
203   SMESHGUI_TranslationDlg.cxx
204   SMESHGUI_ScaleDlg.cxx
205   SMESHGUI_SymmetryDlg.cxx
206   SMESHGUI_SewingDlg.cxx
207   SMESHGUI_DuplicateNodesDlg.cxx
208   SMESHGUI_MergeDlg.cxx
209   SMESHGUI_CreatePolyhedralVolumeDlg.cxx
210   SMESHGUI_Operation.cxx
211   SMESHGUI_SelectionOp.cxx
212   SMESHGUI_Dialog.cxx
213   SMESHGUI_MeshDlg.cxx
214   SMESHGUI_MeshOp.cxx
215   SMESHGUI_Hypotheses.cxx
216   SMESHGUI_ShapeByMeshDlg.cxx
217   SMESHGUI_AddQuadraticElementDlg.cxx
218   SMESHGUI_ConvToQuadDlg.cxx
219   SMESHGUI_ConvToQuadOp.cxx
220   SMESHGUI_BuildCompoundDlg.cxx
221   SMESHGUI_ComputeDlg.cxx
222   SMESHGUI_MakeNodeAtPointDlg.cxx
223   SMESHGUI_GroupOnShapeDlg.cxx
224   SMESHGUI_FileInfoDlg.cxx
225   SMESHGUI_MeshInfosBox.cxx
226   SMESHGUI_Make2DFrom3DOp.cxx
227   SMESHGUI_FindElemByPointDlg.cxx
228   SMESHGUI_MeshOrderDlg.cxx
229   SMESHGUI_CopyMeshDlg.cxx
230   SMESHGUI_MeshOrderOp.cxx
231   SMESHGUI_PreviewDlg.cxx
232   SMESHGUI_ReorientFacesDlg.cxx
233   SMESHGUI_PropertiesDlg.cxx
234   SMESHGUI_Add0DElemsOnAllNodesDlg.cxx
235   SMESHGUI_Utils.cxx
236   SMESHGUI_HypothesesUtils.cxx
237   SMESHGUI_Selection.cxx
238   SMESHGUI_VTKUtils.cxx
239   SMESHGUI_Displayer.cxx
240   SMESHGUI_GEOMGenUtils.cxx
241   SMESHGUI_MeshUtils.cxx
242   SMESHGUI_FilterUtils.cxx
243   SMESHGUI_PatternUtils.cxx
244   SMESHGUI_GroupUtils.cxx
245   SMESHGUI_XmlHandler.cxx
246   SMESHGUI_Filter.cxx
247   SMESHGUI_MeshEditPreview.cxx
248   SMESHGUI_FileValidator.cxx
249 )
250
251 # sources / to compile
252 SET(SMESH_SOURCES ${_other_SOURCES} ${_moc_SOURCES})
253
254 # --- resources ---
255
256 # resource files / to be processed by lrelease
257 SET(_ts_RESOURCES
258   SMESH_images.ts
259   SMESH_msg_en.ts
260   SMESH_msg_fr.ts
261   SMESH_msg_ja.ts
262
263
264 # --- rules ---
265
266 ADD_LIBRARY(SMESH ${SMESH_SOURCES})
267 TARGET_LINK_LIBRARIES(SMESH ${_link_LIBRARIES} )
268 INSTALL(TARGETS SMESH EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
269
270 INSTALL(FILES ${SMESH_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})
271
272 QT4_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_SMESH_INSTALL_RES_DATA}")