mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +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
|
list(APPEND SOURCE
|
||||||
dialog.c
|
dialog.c
|
||||||
main.c
|
main.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue