1 # Copyright (C) 2014-2019 CEA/DEN, EDF R&D
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
29 Model_AttributeDouble.h
30 Model_AttributeDoubleArray.h
31 Model_AttributeDocRef.h
32 Model_AttributeReference.h
33 Model_AttributeRefAttr.h
34 Model_AttributeRefList.h
35 Model_AttributeRefAttrList.h
36 Model_AttributeBoolean.h
37 Model_AttributeIntArray.h
38 Model_AttributeString.h
39 Model_AttributeStringArray.h
40 Model_AttributeInteger.h
41 Model_AttributeSelection.h
42 Model_AttributeSelectionList.h
43 Model_AttributeTables.h
44 Model_AttributeValidator.h
48 Model_FeatureValidator.h
49 Model_FiltersFactory.h
51 Model_ResultConstruction.h
55 Model_ResultParameter.h
66 Model_AttributeDouble.cpp
67 Model_AttributeDoubleArray.cpp
68 Model_AttributeDocRef.cpp
69 Model_AttributeReference.cpp
70 Model_AttributeRefAttr.cpp
71 Model_AttributeRefList.cpp
72 Model_AttributeRefAttrList.cpp
73 Model_AttributeBoolean.cpp
74 Model_AttributeIntArray.cpp
75 Model_AttributeString.cpp
76 Model_AttributeStringArray.cpp
77 Model_AttributeInteger.cpp
78 Model_AttributeSelection.cpp
79 Model_AttributeSelectionList.cpp
80 Model_AttributeTables.cpp
81 Model_AttributeValidator.cpp
85 Model_FeatureValidator.cpp
86 Model_FiltersFactory.cpp
88 Model_ResultConstruction.cpp
92 Model_ResultParameter.cpp
106 ${OpenCASCADE_ApplicationFramework_LIBRARIES}
118 ${OpenCASCADE_INCLUDE_DIR}
123 ADD_DEFINITIONS(-DTINSPECTOR)
126 ADD_DEFINITIONS(-DMODEL_EXPORTS ${OpenCASCADE_DEFINITIONS})
127 ADD_LIBRARY(Model SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
128 TARGET_LINK_LIBRARIES(Model ${PROJECT_LIBRARIES})
130 INCLUDE_DIRECTORIES(${PROJECT_INCLUDES})
132 INSTALL(TARGETS Model DESTINATION ${SHAPER_INSTALL_BIN})