Forked from
Social Cognitive Systems / ipaaca
401 commits behind the upstream repository.
build.xml 478 B
<?xml version="1.0" encoding="UTF-8"?>
<project name="IpaacaCpp" default="run">
<target name="-pre-compilation">
<echo message="Compiling protobuf file" />
<exec executable="protoc">
<arg value="--proto_path=../proto" />
<arg value="../proto/ipaaca.proto" />
<arg value="--cpp_out=build/" />
</exec>
</target>
<!--import file="../../soashared/ant/build.xml" /-->
<import file="../../HmiBuild/build.xml" />
</project>