-
Ramin Yaghoubzadeh authored
ipaaca -> ipaaca.protobuf 2. C++ version, early development stage (committing as a backup)
Ramin Yaghoubzadeh authoredipaaca -> ipaaca.protobuf 2. C++ version, early development stage (committing as a backup)
build.xml 419 B
<?xml version="1.0" encoding="UTF-8"?>
<project name="IpaacaCpp" default="run">
<import file="../../soashared/ant/build.xml" />
<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>
</project>