Skip to content

Commit

Permalink
Reference native packages from managed SPIR-V packages. (dotnet#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Apr 6, 2024
1 parent d891960 commit 0b60f1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SPIRV/Silk.NET.SPIRV.Cross/Silk.NET.SPIRV.Cross.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<LangVersion>10</LangVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../../Native/Silk.NET.SPIRV.Cross.Native/Silk.NET.SPIRV.Cross.Native.csproj" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Silk.NET.SPIRV\Silk.NET.SPIRV.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<LangVersion>10</LangVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../../Native/Silk.NET.SPIRV.Reflect.Native/Silk.NET.SPIRV.Reflect.Native.csproj" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Silk.NET.SPIRV\Silk.NET.SPIRV.csproj" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/SPIRV/Silk.NET.Shaderc/Silk.NET.Shaderc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../../Native/Silk.NET.Shaderc.Native/Silk.NET.Shaderc.Native.csproj" />
</ItemGroup>

<Import Project="..\..\..\build\props\bindings.props" />
Expand Down

0 comments on commit 0b60f1c

Please sign in to comment.