Skip to content

Commit

Permalink
Fix LNK 2001
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Dec 10, 2023
1 parent 81d503b commit 1063ede
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SilkMp3Converter/Codec/Codec.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,13 @@
<PostBuildEvent>
<Message>Copy Header</Message>
</PostBuildEvent>
<Lib>
<AdditionalDependencies>libmp3lame-static.lib;libmpghip-static.lib</AdditionalDependencies>
<AdditionalLibraryDirectories>C:\Tools\vcpkg\installed\x64-windows-static\lib</AdditionalLibraryDirectories>
</Lib>
<ProjectReference>
<LinkLibraryDependencies>true</LinkLibraryDependencies>
</ProjectReference>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="codec.cpp" />
Expand Down

0 comments on commit 1063ede

Please sign in to comment.