1 # Copyright (C) 2012-2015 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
24 ${KERNEL_INCLUDE_DIRS}
26 ${MEDFILE_INCLUDE_DIRS}
31 ${OMNIORB_INCLUDE_DIR}
33 ${PROJECT_SOURCE_DIR}/src/Controls
34 ${PROJECT_SOURCE_DIR}/src/SMDS
35 ${PROJECT_SOURCE_DIR}/src/SMESHDS
36 ${PROJECT_SOURCE_DIR}/src/Driver
37 ${PROJECT_SOURCE_DIR}/src/DriverMED
38 ${PROJECT_SOURCE_DIR}/src/SMESH
39 ${PROJECT_SOURCE_DIR}/src/SMESHClient
40 ${PROJECT_SOURCE_DIR}/src/SMESHUtils
41 ${PROJECT_BINARY_DIR}/idl
44 # additional preprocessor / compiler flags
48 ${OMNIORB_DEFINITIONS}
51 # libraries to link to
69 IF(SALOME_USE_PLOT2DVIEWER)
70 LIST(APPEND _link_LIBRARIES
78 # header files / no moc processing
79 SET(SMESHObject_HEADERS
86 SMESH_PreviewActorsCollection.h
87 SMESH_ExtractGeometry.h
88 SMESH_FaceOrientationFilter.h
89 SMESH_ScalarBarActor.h
90 SMESH_NodeLabelActor.h
91 SMESH_CellLabelActor.h
98 SET(SMESHObject_SOURCES
100 SMESH_DeviceActor.cxx
102 SMESH_PreviewActorsCollection.cxx
103 SMESH_ExtractGeometry.cxx
105 SMESH_FaceOrientationFilter.cxx
106 SMESH_ScalarBarActor.cxx
107 SMESH_NodeLabelActor.cxx
108 SMESH_CellLabelActor.cxx
114 ADD_LIBRARY(SMESHObject ${SMESHObject_SOURCES})
115 TARGET_LINK_LIBRARIES(SMESHObject ${_link_LIBRARIES} )
116 INSTALL(TARGETS SMESHObject EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
118 INSTALL(FILES ${SMESHObject_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})