1 ## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
12 Model_AttributeDouble.h
13 Model_AttributeDoubleArray.h
14 Model_AttributeDocRef.h
15 Model_AttributeReference.h
16 Model_AttributeRefAttr.h
17 Model_AttributeRefList.h
18 Model_AttributeRefAttrList.h
19 Model_AttributeBoolean.h
20 Model_AttributeIntArray.h
21 Model_AttributeString.h
22 Model_AttributeStringArray.h
23 Model_AttributeInteger.h
24 Model_AttributeSelection.h
25 Model_AttributeSelectionList.h
26 Model_AttributeTables.h
33 Model_ResultCompSolid.h
34 Model_ResultConstruction.h
38 Model_ResultParameter.h
39 Model_FeatureValidator.h
40 Model_AttributeValidator.h
41 Model_SelectionNaming.h
50 Model_AttributeDouble.cpp
51 Model_AttributeDoubleArray.cpp
52 Model_AttributeDocRef.cpp
53 Model_AttributeReference.cpp
54 Model_AttributeRefAttr.cpp
55 Model_AttributeRefList.cpp
56 Model_AttributeRefAttrList.cpp
57 Model_AttributeBoolean.cpp
58 Model_AttributeIntArray.cpp
59 Model_AttributeString.cpp
60 Model_AttributeStringArray.cpp
61 Model_AttributeInteger.cpp
62 Model_AttributeSelection.cpp
63 Model_AttributeSelectionList.cpp
64 Model_AttributeTables.cpp
71 Model_ResultCompSolid.cpp
72 Model_ResultConstruction.cpp
76 Model_ResultParameter.cpp
77 Model_FeatureValidator.cpp
78 Model_AttributeValidator.cpp
79 Model_SelectionNaming.cpp
107 ADD_DEFINITIONS(-DTINSPECTOR)
110 ADD_DEFINITIONS(-DMODEL_EXPORTS ${CAS_DEFINITIONS})
111 ADD_LIBRARY(Model SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
112 TARGET_LINK_LIBRARIES(Model ${PROJECT_LIBRARIES})
114 INCLUDE_DIRECTORIES(${PROJECT_INCLUDES})
116 INSTALL(TARGETS Model DESTINATION ${SHAPER_INSTALL_BIN})