dolphin/Source
Scott Mansell 876f6651b4
cmake: fix PCH to work with msvc/ninja
Ninja puts way more effort into compiling targets in parallel, and
ignores dependenceis until link time.

So we need to jump though hoops to force ninja to compile
pch.cpp before any targets which depend on the PCH.
2022-05-22 00:29:47 +02:00
..
Android Fix game card in landscape 2022-05-15 17:31:49 -04:00
Core cmake: fix PCH to work with msvc/ninja 2022-05-22 00:29:47 +02:00
DSPSpy msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DSPTool msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
PCH cmake: fix PCH to work with msvc/ninja 2022-05-22 00:29:47 +02:00
UnitTests Rename CP and XF normal component count enums and update their descriptions 2022-05-18 14:43:14 -07:00
VSProps Merge pull request #10559 from shuffle2/qt6 2022-05-08 01:29:46 -04:00
.clang-format Require clang-format 9 and reformat source code 2020-01-08 22:18:15 +01:00
CMakeLists.txt cmake: fix MSVC PCH support 2022-05-22 00:29:47 +02:00
dolphin-emu.sln use fmt as static library instead of headers 2022-04-26 16:32:29 -07:00