mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 01:54:08 +00:00
12 lines
283 B
XML
12 lines
283 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup>
|
|
<MLLibs Include="$(SLAMSRC)\slam\engine\slam2\z3\z3.cmxa"/>
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<MLFlags>$(MLFlags) -I $(SLAMSRC)\slam\engine\slam2\z3</MLFlags>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|