forked from WShiBin/CMakeTutorial
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcmake.dio
234 lines (234 loc) · 23.3 KB
/
cmake.dio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<mxfile>
<diagram id="C9Nli58RZnMgzdXSajgY" name="00-CMake - build system generator">
<mxGraphModel dx="984" dy="779" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="21" value="" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#C2C2C2;" parent="1" vertex="1">
<mxGeometry x="600" y="190" width="160" height="420" as="geometry"/>
</mxCell>
<mxCell id="4" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="2" target="3" edge="1">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="2" value="CMake项目" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
<mxGeometry x="100" y="370" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="11" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="3" target="7" edge="1">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="12" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="3" target="6" edge="1">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="14" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" target="8" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="470" y="400" as="sourcePoint"/>
</mxGeometry>
</mxCell>
<mxCell id="16" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="3" target="15" edge="1">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="18" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="3" target="17" edge="1">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="3" value="CMake<br>(cmake .. 命令)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="350" y="370" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="6" value="VS项目结构" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1">
<mxGeometry x="620" y="290" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="7" value="Makefile项目结构<br>(make 命令)<br>(Linux下默认)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333;" parent="1" vertex="1">
<mxGeometry x="620" y="210" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="8" value="Ninja项目结构" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="1" vertex="1">
<mxGeometry x="620" y="450" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="15" value="XCode项目结构" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" parent="1" vertex="1">
<mxGeometry x="620" y="370" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="17" value="Other<br>(cmake --help查看)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="1" vertex="1">
<mxGeometry x="620" y="530" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="19" value="<div style="text-align: center"><span><b>命令</b></span></div>$ mkdir build &amp;&amp; cd build<br>$ cmake ..<br>$ make" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="130" y="220" width="180" height="65" as="geometry"/>
</mxCell>
<mxCell id="24" value="<span class="md-plain md-expand" style="box-sizing: border-box; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;, &quot;clear sans&quot;, &quot;helvetica neue&quot;, helvetica, arial, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; letter-spacing: normal; text-indent: 0px; text-transform: none; word-spacing: 0px; text-decoration: none;">build system </span><span class="md-pair-s md-expand" style="box-sizing: border-box; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;, &quot;clear sans&quot;, &quot;helvetica neue&quot;, helvetica, arial, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; letter-spacing: normal; text-indent: 0px; text-transform: none; word-spacing: 0px; text-decoration: none;"><strong style="box-sizing: border-box"><span class="md-plain" style="box-sizing: border-box">generator</span></strong></span>" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="330" y="450" width="160" height="40" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="1an1YaJBxX8KDuZ7NSQ9" name="01 hello world">

 


<mxGraphModel dx="984" dy="779" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">

 


<root>

 


<mxCell id="bFLvUjO2IDFVvJimZA5_-0"/>

 


<mxCell id="bFLvUjO2IDFVvJimZA5_-1" parent="bFLvUjO2IDFVvJimZA5_-0"/>

 


<mxCell id="zytTHaiZ7KpRNnPbkYl3-1" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="bFLvUjO2IDFVvJimZA5_-1" source="zytTHaiZ7KpRNnPbkYl3-2" target="zytTHaiZ7KpRNnPbkYl3-8">

 


<mxGeometry relative="1" as="geometry"/>

 


</mxCell>

 


<mxCell id="zytTHaiZ7KpRNnPbkYl3-2" value="CMake项目" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" vertex="1" parent="bFLvUjO2IDFVvJimZA5_-1">

 


<mxGeometry x="150" y="370" width="120" height="60" as="geometry"/>

 


</mxCell>

 


<mxCell id="zytTHaiZ7KpRNnPbkYl3-16" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="bFLvUjO2IDFVvJimZA5_-1" source="zytTHaiZ7KpRNnPbkYl3-8" target="zytTHaiZ7KpRNnPbkYl3-10">

 


<mxGeometry relative="1" as="geometry"/>

 


</mxCell>

 


<mxCell id="zytTHaiZ7KpRNnPbkYl3-8" value="CMake<br>(cmake .. 命令)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="bFLvUjO2IDFVvJimZA5_-1">

 


<mxGeometry x="350" y="370" width="120" height="60" as="geometry"/>

 


</mxCell>

 


<mxCell id="Q9MAaqmSeVpuE1xy8EKc-1" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="bFLvUjO2IDFVvJimZA5_-1" source="zytTHaiZ7KpRNnPbkYl3-10" target="Q9MAaqmSeVpuE1xy8EKc-0">

 


<mxGeometry relative="1" as="geometry"/>

 


</mxCell>

 


<mxCell id="zytTHaiZ7KpRNnPbkYl3-10" value="Makefile项目结构<br>(make 命令)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333;" vertex="1" parent="bFLvUjO2IDFVvJimZA5_-1">

 


<mxGeometry x="550" y="370" width="120" height="60" as="geometry"/>

 


</mxCell>

 


<mxCell id="zytTHaiZ7KpRNnPbkYl3-14" value="<div style="text-align: center"><span><b>命令</b></span><div style="text-align: left">$ mkdir build &amp;&amp; cd build</div><div style="text-align: left">$ cmake ..</div><div style="text-align: left">$ make</div><div style="text-align: left">$ ./helloworld</div><div style="text-align: left">hello cmake</div></div>" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="bFLvUjO2IDFVvJimZA5_-1">

 


<mxGeometry x="450" y="250" width="135" height="90" as="geometry"/>

 


</mxCell>

 


<mxCell id="Q9MAaqmSeVpuE1xy8EKc-0" value="helloworld 可执行文件<br>(<span style="color: rgb(0 , 0 , 0) ; text-align: left">&nbsp;./helloworld</span>)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="bFLvUjO2IDFVvJimZA5_-1">

 


<mxGeometry x="750" y="370" width="130" height="60" as="geometry"/>

 


</mxCell>

 


</root>

 


</mxGraphModel>

 


</diagram>
<diagram id="t6gsJdvFI2HioqtL7JoJ" name="03 Transitive Usage Requirements">
<mxGraphModel dx="1378" dy="779" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="Ke54nc799Cu7f-K-FsO3-0"/>
<mxCell id="Ke54nc799Cu7f-K-FsO3-1" parent="Ke54nc799Cu7f-K-FsO3-0"/>
<mxCell id="Ke54nc799Cu7f-K-FsO3-28" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#CCCCCC;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="190" y="471" width="725" height="157.5" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-2" value="archive<br>" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="740" y="1030" width="270" height="60" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-3" value="serialization<br>" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="740" y="1130" width="270" height="60" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-5" value="public" style="rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="Ke54nc799Cu7f-K-FsO3-1" source="Ke54nc799Cu7f-K-FsO3-4" target="Ke54nc799Cu7f-K-FsO3-2" edge="1">
<mxGeometry x="160" y="910" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-6" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="Ke54nc799Cu7f-K-FsO3-1" source="Ke54nc799Cu7f-K-FsO3-4" target="Ke54nc799Cu7f-K-FsO3-3" edge="1">
<mxGeometry x="160" y="910" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-7" value="private" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="Ke54nc799Cu7f-K-FsO3-6" vertex="1" connectable="0">
<mxGeometry x="-0.016" relative="1" as="geometry">
<mxPoint as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-4" value="archiveExtras<br>" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="420" y="1080" width="190" height="60" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-9" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="Ke54nc799Cu7f-K-FsO3-1" source="Ke54nc799Cu7f-K-FsO3-8" target="Ke54nc799Cu7f-K-FsO3-4" edge="1">
<mxGeometry x="160" y="910" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-8" value="consumer<br>" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="160" y="1080" width="170" height="60" as="geometry"/>
</mxCell>
<mxCell id="pkhNUyzVfa8_4iN3zCDY-0" value="<div><b>输出编译命令:</b></div><div>c++ -o serialization.o -c serialization.cpp</div><div>c++ -o archive.o -c archive.cpp</div><div>c++ -D<font color="#ff3333">USING_ARCHIVE_LIB</font> -D<font color="#ff3333">USING_SERIALIZATION_LIB</font> -o extras.o -c extras.cpp</div><div>c++ -D<font color="#ff3333">USING_ARCHIVE_LIB</font> -o consumer.o -c consumer.cpp</div><div><br></div><div>c++ -o consumer&nbsp; libarchiveExtras.a libarchive.a libserialization.a</div>" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;" vertex="1" parent="Ke54nc799Cu7f-K-FsO3-1">
<mxGeometry x="160" y="1255" width="480" height="100" as="geometry"/>
</mxCell>
<mxCell id="pkhNUyzVfa8_4iN3zCDY-3" value="<span>-D</span><font color="#ff3333">USING_ARCHIVE_LIB</font><br><span>-D</span><font color="#ff3333">USING_SERIALIZATION_LIB</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;" vertex="1" parent="Ke54nc799Cu7f-K-FsO3-1">
<mxGeometry x="420" y="1145" width="190" height="30" as="geometry"/>
</mxCell>
<mxCell id="pkhNUyzVfa8_4iN3zCDY-4" value="<span>-D</span><font color="#ff3333">USING_ARCHIVE_LIB</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;" vertex="1" parent="Ke54nc799Cu7f-K-FsO3-1">
<mxGeometry x="170" y="1145" width="150" height="20" as="geometry"/>
</mxCell>
<mxCell id="pkhNUyzVfa8_4iN3zCDY-5" value="<span>target_compile_definitions(</span><font color="#994c00">INTERFACE</font><span>&nbsp;</span><font color="#ff3333">USING_SERIALIZATION_LIB</font><span>)</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;" vertex="1" parent="Ke54nc799Cu7f-K-FsO3-1">
<mxGeometry x="710" y="1200" width="390" height="20" as="geometry"/>
</mxCell>
<mxCell id="pkhNUyzVfa8_4iN3zCDY-6" value="<span>target_compile_definitions(</span><font color="#994c00">INTERFACE</font><span>&nbsp;</span><font color="#ff3333">USING_ARCHIVE_LIB</font><span>)</span>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;" vertex="1" parent="Ke54nc799Cu7f-K-FsO3-1">
<mxGeometry x="710" y="1090" width="360" height="20" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-22" value="a" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="270" y="508.75" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-25" value="b" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="500" y="508.75" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-20" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" source="Ke54nc799Cu7f-K-FsO3-22" target="Ke54nc799Cu7f-K-FsO3-25" edge="1">
<mxGeometry x="270" y="458.75" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-21" value="public" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="Ke54nc799Cu7f-K-FsO3-20" vertex="1" connectable="0">
<mxGeometry x="-0.0364" relative="1" as="geometry">
<mxPoint as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-26" value="c" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="720" y="508.75" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-23" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" source="Ke54nc799Cu7f-K-FsO3-25" target="Ke54nc799Cu7f-K-FsO3-26" edge="1">
<mxGeometry x="270" y="458.75" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-24" value="<font color="#ff3333">priavte</font>" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="Ke54nc799Cu7f-K-FsO3-23" vertex="1" connectable="0">
<mxGeometry x="0.04" y="-1" relative="1" as="geometry">
<mxPoint as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-27" value="c++ -fPIC -shared -Wl,-soname,liba.so -o liba.so a.cxx.o libb.so" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="365" y="588.75" width="350" height="20" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-31" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#CCCCCC;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="190" y="290" width="725" height="157.5" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-11" value="a" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="270" y="323.75" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-12" value="b" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="500" y="323.75" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-14" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" source="Ke54nc799Cu7f-K-FsO3-11" target="Ke54nc799Cu7f-K-FsO3-12" edge="1">
<mxGeometry x="270" y="273.75" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-16" value="public" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="Ke54nc799Cu7f-K-FsO3-14" vertex="1" connectable="0">
<mxGeometry x="-0.0364" relative="1" as="geometry">
<mxPoint as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-13" value="c" style="rounded=1;whiteSpace=wrap;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="720" y="323.75" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-15" style="edgeStyle=none;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="Ke54nc799Cu7f-K-FsO3-1" source="Ke54nc799Cu7f-K-FsO3-12" target="Ke54nc799Cu7f-K-FsO3-13" edge="1">
<mxGeometry x="270" y="273.75" as="geometry"/>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-17" value="public" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="Ke54nc799Cu7f-K-FsO3-15" vertex="1" connectable="0">
<mxGeometry x="0.04" y="-1" relative="1" as="geometry">
<mxPoint as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="Ke54nc799Cu7f-K-FsO3-18" value="c++ -fPIC -shared -Wl,-soname,liba.so -o liba.so a.cxx.o libb.so <font color="#ff3333">libc.so</font>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;" parent="Ke54nc799Cu7f-K-FsO3-1" vertex="1">
<mxGeometry x="370" y="403.75" width="390" height="20" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>