mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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
|
@ -232,6 +232,9 @@ else()
|
|||
add_subdirectory(include/asm)
|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue