Skip to content

Commit

Permalink
Add missing reference to native library (#99765)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzsc authored Mar 15, 2024
1 parent c7ada75 commit b94364e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/Interop/StringMarshalling/BSTR/BSTRTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
<CMakeProjectReference Include="./CMakeLists.txt" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions src/tests/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(TestLibraryProjectPath)" />
<CMakeProjectReference Include="./CMakeLists.txt" />
</ItemGroup>
</Project>

0 comments on commit b94364e

Please sign in to comment.