CMake: Disable PCH on MSVC + Buildcache configs

This commit is contained in:
ameerj 2022-11-29 23:01:32 -05:00
parent 37bc5118ea
commit 51358d2b5e
2 changed files with 14 additions and 4 deletions

View file

@ -152,10 +152,6 @@ else()
endif()
endif()
if (YUZU_USE_PRECOMPILED_HEADERS)
set(CMAKE_PCH_INSTANTIATE_TEMPLATES ON)
endif()
add_subdirectory(common)
add_subdirectory(core)
add_subdirectory(audio_core)