blaise/tools/bif-coverage/project.xml

17 lines
414 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project>
<name>blaise-bif-coverage</name>
<build>
<packaging>application</packaging>
<mainSource>BifCoverage.pas</mainSource>
<executableName>bif-coverage</executableName>
<manualUnitPaths>true</manualUnitPaths>
<unitPaths>
<path>src/main/pascal</path>
<path>../../compiler/src/main/pascal</path>
</unitPaths>
</build>
</project>