mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[REGEDIT] CMakeLists.txt: Enable _DEBUG on debugging
CORE-18876
This commit is contained in:
parent
598dd51d70
commit
0eeffc2143
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
|
||||
include_directories(BEFORE .)
|
||||
|
||||
if(DBG)
|
||||
add_definitions(-D_DEBUG=1)
|
||||
endif()
|
||||
|
||||
list(APPEND SOURCE
|
||||
about.c
|
||||
childwnd.c
|
||||
|
|
Loading…
Reference in a new issue