dolphin-emulator/Source/Core
nyanpasu64 1a2b6ca2d6 Fix Windows CMake builds with shared zlib
On Linux, if shared zlib is present, zlib.h is always available and -lz
links to zlib, even if you don't run find_package(ZLIB).

For some reason I have zlib installed on Windows (possibly from vcpkg),
so find_package(ZLIB) succeeds and ZLIB_FOUND is true.
When Dolphin uses shared zlib on Windows, the problem is that zlib.h
is not in the default include path, and the CMake target is called
ZLIB::ZLIB and there's neither a target nor a library called z.

However, both find_package(ZLIB) and add_subdirectory(Externals/zlib)
create a target called ZLIB::ZLIB, so I'll switch to that instead.
Hopefully this change doesn't break anyone's build.
2020-07-15 23:25:18 -07:00
..
AudioCommon Externals: Fix OpenAL include directory. 2020-04-29 13:07:51 +02:00
Common Merge pull request #8922 from Filoppi/timer-fixes 2020-07-13 00:16:45 +01:00
Core WiimoteEmu: Allow writes of the i2c bus to play speaker data. 2020-07-11 21:19:16 -05:00
DiscIO RVZ: Fix split seed reads 2020-07-11 17:45:16 +02:00
DolphinNoGUI Core: Add support for specifying a command line option to boot the game into a save-state 2020-05-06 22:10:30 -05:00
DolphinQt DolphinQt: Attempt to fix ParallelProgressDialog constantly reopening 2020-07-09 15:45:29 +02:00
InputCommon Merge pull request #8936 from jordan-woyak/wiimote-extension-calibration-fix 2020-07-12 12:46:15 -04:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon DiscIO: Add Volume::IsDatelDisc 2020-07-04 14:51:13 +02:00
UpdaterCommon Fix Windows CMake builds with shared zlib 2020-07-15 23:25:18 -07:00
VideoBackends Reword "Please avoid forcing Dolphin to use MSAA by the driver" message 2020-07-08 11:34:36 +02:00
VideoCommon Merge pull request #8884 from iwubcode/freelook_performance_fix 2020-07-04 14:19:59 +10:00
WinUpdater Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00