CMake: Disable PCH on MSVC + Buildcache configs
This commit is contained in:
parent
37bc5118ea
commit
51358d2b5e
2 changed files with 14 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue