[NOTEPAD] CMakeLists.txt: Enable _DEBUG on debugging

CORE-18837
This commit is contained in:
Katayama Hirofumi MZ 2023-03-14 12:17:40 +09:00
parent 19027f3c81
commit 598dd51d70

View file

@ -1,4 +1,8 @@
if(DBG)
add_definitions(-D_DEBUG=1)
endif()
list(APPEND SOURCE
dialog.c
main.c