mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Remove SOIL altogether from the project.
This commit is contained in:

committed by
JosJuice

parent
6d0143647e
commit
c51ae9c62a
@ -46,7 +46,4 @@ target_link_libraries(videod3d
|
||||
PUBLIC
|
||||
common
|
||||
videocommon
|
||||
|
||||
PRIVATE
|
||||
SOIL
|
||||
)
|
||||
|
@ -24,6 +24,5 @@ PUBLIC
|
||||
videocommon
|
||||
|
||||
PRIVATE
|
||||
SOIL
|
||||
${X11_LIBRARIES}
|
||||
)
|
||||
|
@ -22,6 +22,5 @@ PUBLIC
|
||||
videocommon
|
||||
|
||||
PRIVATE
|
||||
SOIL
|
||||
${X11_LIBRARIES}
|
||||
)
|
||||
|
@ -174,9 +174,6 @@
|
||||
<ProjectReference Include="$(ExternalsDir)libpng\png\png.vcxproj">
|
||||
<Project>{4c9f135b-a85e-430c-bad4-4c67ef5fc12c}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="$(ExternalsDir)SOIL\SOIL.vcxproj">
|
||||
<Project>{b441cc62-877e-4b3f-93e0-0de80544f705}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="$(ExternalsDir)xxhash\xxhash.vcxproj">
|
||||
<Project>{677EA016-1182-440C-9345-DC88D1E98C0C}</Project>
|
||||
</ProjectReference>
|
||||
@ -190,4 +187,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user