mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[NOTEPAD] CMakeLists.txt: Enable _DEBUG on debugging
CORE-18837
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
if(DBG)
|
||||
add_definitions(-D_DEBUG=1)
|
||||
endif()
|
||||
|
||||
list(APPEND SOURCE
|
||||
dialog.c
|
||||
main.c
|
||||
|
||||
Reference in New Issue
Block a user