mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 22:35:45 +00:00
CMake: Disable PCH on MSVC + Buildcache configs
This commit is contained in:
parent
bbf3e7f313
commit
7af574ff01
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