Skip to content

Commit

Permalink
ASSIMP .lib and .dll updates => Debug == Release actually
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesugb committed Jul 24, 2024
1 parent a72a6f9 commit 44f963b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_vk
Binary file added external/debug/bin/x64/assimp-vc143-mt.dll
Binary file not shown.
Binary file removed external/debug/bin/x64/assimp-vc143-mtd.dll
Binary file not shown.
Binary file added external/debug/lib/x64/assimp-vc143-mt.lib
Binary file not shown.
Binary file removed external/debug/lib/x64/assimp-vc143-mtd.lib
Binary file not shown.
2 changes: 1 addition & 1 deletion visual_studio/props/external_dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup />
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>assimp-vc140-mt.lib;glfw3.lib;stb.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>assimp-vc143-mt.lib;glfw3.lib;stb.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(FrameworkRoot)lib\$(Configuration)_$(Platform)\;$(ExternalRoot)$(LibraryConfigurationType)\lib\$(Platform)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<ClCompile>
Expand Down

0 comments on commit 44f963b

Please sign in to comment.