1 ## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
12 Model_AttributeDouble.h
13 Model_AttributeDocRef.h
14 Model_AttributeReference.h
15 Model_AttributeRefAttr.h
16 Model_AttributeRefList.h
17 Model_AttributeRefAttrList.h
18 Model_AttributeBoolean.h
19 Model_AttributeIntArray.h
20 Model_AttributeString.h
21 Model_AttributeInteger.h
22 Model_AttributeSelection.h
23 Model_AttributeSelectionList.h
30 Model_ResultCompSolid.h
31 Model_ResultConstruction.h
34 Model_ResultParameter.h
35 Model_FeatureValidator.h
36 Model_AttributeValidator.h
37 Model_SelectionNaming.h
46 Model_AttributeDouble.cpp
47 Model_AttributeDocRef.cpp
48 Model_AttributeReference.cpp
49 Model_AttributeRefAttr.cpp
50 Model_AttributeRefList.cpp
51 Model_AttributeRefAttrList.cpp
52 Model_AttributeBoolean.cpp
53 Model_AttributeIntArray.cpp
54 Model_AttributeString.cpp
55 Model_AttributeInteger.cpp
56 Model_AttributeSelection.cpp
57 Model_AttributeSelectionList.cpp
64 Model_ResultCompSolid.cpp
65 Model_ResultConstruction.cpp
68 Model_ResultParameter.cpp
69 Model_FeatureValidator.cpp
70 Model_AttributeValidator.cpp
71 Model_SelectionNaming.cpp
89 ADD_DEFINITIONS(-DMODEL_EXPORTS ${CAS_DEFINITIONS})
90 ADD_LIBRARY(Model SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
91 TARGET_LINK_LIBRARIES(Model ${PROJECT_LIBRARIES})
104 INSTALL(TARGETS Model DESTINATION ${SHAPER_INSTALL_BIN})