Skip to content

Commit

Permalink
include imgui libs for linux and osx
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczy93 committed Nov 26, 2023
1 parent 64c3c41 commit 5759963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CentrED/CentrED.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

<ItemGroup>
<Content Include="..\external\ImGui.NET\deps\cimgui\win-x64\cimgui.dll" CopyToOutputDirectory="PreserveNewest"/>
<Content Include="..\external\ImGui.NET\deps\cimgui\linux-x64\cimgui.so" CopyToOutputDirectory="PreserveNewest"/>
<Content Include="..\external\ImGui.NET\deps\cimgui\osx\cimgui.dylib" CopyToOutputDirectory="PreserveNewest"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5759963

Please sign in to comment.