Each module carries its output directory

This commit is contained in:
Andrey Breslav
2013-10-09 18:26:54 +04:00
parent 4d482f2f14
commit d4a89d04d7
26 changed files with 72 additions and 26 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<modules>
<module name="name">
<module name="name" outputDir="out">
<sources path="foo"/>
<sources path="foo1"/>
<sources path="foo2"/>
@@ -10,7 +10,7 @@
<externalAnnotations path="baz1"/>
<externalAnnotations path="baz2"/>
</module>
<module name="name2">
<module name="name2" outputDir="out2">
<sources path="2foo"/>
<sources path="2foo1"/>
<sources path="2foo2"/>