dolphin/Source/PCH
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
..
nopch cmake: fix MSVC PCH support 2022-05-22 00:29:47 +02:00
CMakeLists.txt cmake: fix PCH to work with msvc/ninja 2022-05-22 00:29:47 +02:00
pch.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
pch.h msvc: bump min version to vs 17.2 2022-05-10 16:11:54 -07:00
pch.vcxproj msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00