mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 18:37:53 -05:00
CMake: Disable PCH on MSVC + Buildcache configs
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user