mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:35:40 +00:00
[CMAKE]
* Escape the source folder here. svn path=/trunk/; revision=57163
This commit is contained in:
parent
d176c89f74
commit
dc347de6b4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ set(REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
|||
if(CMAKE_HOST_SYSTEM_NAME MATCHES Windows)
|
||||
string(REPLACE "/" "\\" REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
||||
endif()
|
||||
add_compile_flags("-fdebug-prefix-map=${REACTOS_SOURCE_DIR_NATIVE}=ReactOS")
|
||||
add_compile_flags("-fdebug-prefix-map=\"${REACTOS_SOURCE_DIR_NATIVE}\"=ReactOS")
|
||||
|
||||
# Debugging
|
||||
if(SEPARATE_DBG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue