mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[CMAKE]
- put all debug symbols (MSVC) in the same directory. svn path=/trunk/; revision=59175
This commit is contained in:
parent
50ab8e88e3
commit
45d6f4dc1b
1 changed files with 3 additions and 0 deletions
|
@ -233,6 +233,9 @@ else()
|
|||
|
||||
include(cmake/baseaddress.cmake)
|
||||
|
||||
# For MSVC builds, this puts all debug symbols file in the same directory.
|
||||
set(CMAKE_PDB_OUTPUT_DIRECTORY "${REACTOS_BINARY_DIR}/msvc_pdb")
|
||||
|
||||
#begin with boot so reactos_cab target is defined before all other modules
|
||||
add_subdirectory(boot)
|
||||
add_subdirectory(base)
|
||||
|
|
Loading…
Reference in a new issue