- put all debug symbols (MSVC) in the same directory.

svn path=/trunk/; revision=59175
This commit is contained in:
Jérôme Gardou 2013-06-05 17:57:13 +00:00
parent 50ab8e88e3
commit 45d6f4dc1b

View file

@ -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)