mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-19 03:42:36 +00:00
CMake: PDBs outside of Binaries
This commit is contained in:
parent
6402195f01
commit
b397cb4b93
@ -194,6 +194,10 @@ if (WIN32)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Output directory for PDB files. PDBs are only generated on Windows with MSVC.
|
||||
# We set a common directory for all PDBs to avoid littering the Binaries/ directory.
|
||||
set(CMAKE_PDB_OUTPUT_DIRECTORY $<1:${CMAKE_BINARY_DIR}/pdb>)
|
||||
|
||||
# setup CCache
|
||||
include(CCache)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user