Skip to content

Commit

Permalink
fix: Copy headers to output dir
Browse files Browse the repository at this point in the history
Otherwise, HaikuApiGenerator would complain about a missing
clang resource folder.
  • Loading branch information
trungnt2910 committed Jul 21, 2023
1 parent e13b242 commit 531f1f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generator/HaikuApiGenerator/HaikuApiGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
<ProjectReference Include="$(_HaikuRootDirectory)/external/CppSharp/src/Generator/CppSharp.Generator.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="$(_HaikuRootDirectory)/external/CppSharp/bin/$(Configuration)_x64/lib/**" CopyToOutputDirectory="PreserveNewest" Link="lib/%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

</Project>

0 comments on commit 531f1f3

Please sign in to comment.