1 # Copyright (C) 2012-2020 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
21 # additional include directories
23 ${OMNIORB_INCLUDE_DIR}
24 ${OpenCASCADE_INCLUDE_DIR}
26 ${MEDFILE_INCLUDE_DIRS}
28 ${KERNEL_INCLUDE_DIRS}
31 ${PROJECT_SOURCE_DIR}/src/Controls
32 ${PROJECT_SOURCE_DIR}/src/SMDS
33 ${PROJECT_SOURCE_DIR}/src/SMESHDS
34 ${PROJECT_SOURCE_DIR}/src/MEDWrapper
35 ${PROJECT_SOURCE_DIR}/src/Driver
36 ${PROJECT_SOURCE_DIR}/src/DriverMED
37 ${PROJECT_SOURCE_DIR}/src/DriverCGNS
38 ${PROJECT_SOURCE_DIR}/src/SMESH
39 ${PROJECT_SOURCE_DIR}/src/SMESHUtils
41 ${PROJECT_BINARY_DIR}/idl
44 # additional preprocessor / compiler flags
46 ${OMNIORB_DEFINITIONS}
47 ${OpenCASCADE_DEFINITIONS}
52 ADD_DEFINITIONS(-DNOGDI)
55 # libraries to link to
59 ${KERNEL_SalomeNotification}
60 ${KERNEL_ResourcesManager}
61 ${KERNEL_SalomeResourcesManager}
62 ${KERNEL_SALOMEBasics}
63 ${KERNEL_SalomeContainer}
66 ${KERNEL_SalomeHDFPersist}
67 ${KERNEL_SalomeLifeCycleCORBA}
69 ${KERNEL_SalomeGenericObj}
70 ${KERNEL_SalomeIDLKERNEL}
71 ${KERNEL_SALOMELocalTrace}
72 ${KERNEL_SalomeKernelHelpers}
73 ${OpenCASCADE_ApplicationFramework_LIBRARIES}
74 ${OpenCASCADE_ModelingAlgorithms_LIBRARIES}
88 # header files / no moc processing
89 SET(SMESHEngine_HEADERS
98 SMESH_Hypothesis_i.hxx
102 SMESH_MeshEditor_i.hxx
106 SMESH_Measurements_i.hxx
107 SMESH_PreMeshInfo.hxx
115 SET(SMESHEngine_SOURCES
121 SMESH_MeshEditor_i.cxx
122 SMESH_Hypothesis_i.cxx
133 SMESH_Measurements_i.cxx
134 SMESH_PreMeshInfo.cxx
139 ADD_LIBRARY(SMESHEngine ${SMESHEngine_SOURCES})
140 TARGET_LINK_LIBRARIES(SMESHEngine ${_link_LIBRARIES} )
141 INSTALL(TARGETS SMESHEngine EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
143 INSTALL(FILES ${SMESHEngine_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})