blob: e0bcbc0d0dba514ae0e6b44f2b905131dedb1440 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<ymake>
<build>
<name>ymake</name>
<source>Builder.cpp</source>
<source>main.cpp</source>
<source>ProcessRunner.cpp</source>
<source>ymake.cpp</source>
</build>
<build>
<name>yscan</name>
<source>yscan.cpp</source>
<source>yscan-main.cpp</source>
</build>
<test>
<name>test-ymake</name>
<source>test-ymake.cpp</source>
</test>
</ymake>
|