mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
- put all debug symbols (MSVC) in the same directory. svn path=/trunk/; revision=59175
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user