mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-18 06:15:03 -07:00
The problem here was the logic that detects SDL in the main CMakeLists.txt is not the same as it is in DolphinWX/CmakeLists.txt to set libraries. When using SDL from Externals it failed at link time because -lSDL was never set. This fixes the problem by using the same condition logic to set the libs as used when detecting SDL in the first place. |
||
|---|---|---|
| .. | ||
| resources | ||
| Src | ||
| CMakeLists.txt | ||
| Dolphin.vcxproj | ||
| Dolphin.vcxproj.filters | ||
| Dolphin.vcxproj.user | ||
| DolphinWX.rc | ||
| Info.plist.in | ||
| resource.h | ||