Skip to content

Commit cf11cad

Browse files
committed
start breaking up ExpDict into small files
1 parent 34c452e commit cf11cad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3404
-3162
lines changed

src/clstepcore/CMakeLists.txt

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,21 @@ set(LIBSTEPCORE_SRCS
3232
dispnode.cc
3333
dispnodelist.cc
3434
needFunc.cc
35-
)
35+
attrDescriptorList.cc
36+
entityDescriptorList.cc
37+
inverseAttributeList.cc
38+
typeDescriptorList.cc
39+
attrDescriptor.cc
40+
derivedAttribute.cc
41+
entityDescriptor.cc
42+
enumTypeDescriptor.cc
43+
inverseAttribute.cc
44+
typeDescriptor.cc
45+
schRename.cc
46+
dictSchema.cc
47+
whereRule.cc
48+
uniquenessRule.cc
49+
)
3650

3751
set(SC_CLSTEPCORE_HDRS
3852
baseType.h
@@ -59,7 +73,29 @@ set(SC_CLSTEPCORE_HDRS
5973
dispnodelist.h
6074
needFunc.h
6175
SubSuperIterators.h
62-
)
76+
attrDescriptorList.h
77+
entityDescriptorList.h
78+
inverseAttributeList.h
79+
typeDescriptorList.h
80+
attrDescriptor.h
81+
derivedAttribute.h
82+
entityDescriptor.h
83+
enumTypeDescriptor.h
84+
inverseAttribute.h
85+
typeDescriptor.h
86+
schRename.h
87+
dictSchema.h
88+
whereRule.h
89+
uniquenessRule.h
90+
dictionaryInstance.h
91+
typeOrRuleVar.h
92+
aggrCreatorTDs.h
93+
explicitItemId.h
94+
globalRule.h
95+
implicitItemId.h
96+
interfaceSpec.h
97+
interfacedItem.h
98+
)
6399

64100
include_directories(
65101
${CMAKE_CURRENT_SOURCE_DIR}

0 commit comments

Comments
 (0)