mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
cmake: Don't use PCH with Qt6.
This commit is contained in:
parent
6ea7af13e8
commit
580c721c82
19 changed files with 90 additions and 3 deletions
|
@ -62,3 +62,8 @@ SYSTEM PRIVATE
|
|||
${CMAKE_SOURCE_DIR}/Externals/glslang/SPIRV
|
||||
${CMAKE_SOURCE_DIR}/Externals/glslang
|
||||
)
|
||||
|
||||
if(MSVC)
|
||||
# Add precompiled header
|
||||
target_link_libraries(videovulkan PRIVATE use_pch)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue