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