linux-packaging-mono/external/llvm-project/nuget/Microsoft.NETCore.Runtime.Mono.LLVM.Tools/runtime.OSX.Microsoft.NETCore.Runtime.Mono.LLVM.Tools.props

9 lines
426 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project>
<ItemGroup>
<File Include="..\..\artifacts\tmp\InstallRoot\bin\llc" TargetPath="tools\$(PackageTargetRuntime)\bin\" />
<File Include="..\..\artifacts\tmp\InstallRoot\bin\llvm-as" TargetPath="tools\$(PackageTargetRuntime)\bin\" />
<File Include="..\..\artifacts\tmp\InstallRoot\bin\opt" TargetPath="tools\$(PackageTargetRuntime)\bin\" />
</ItemGroup>
</Project>