[REGEDIT] CMakeLists.txt: Enable _DEBUG on debugging

CORE-18876
This commit is contained in:
Katayama Hirofumi MZ 2023-03-14 12:22:23 +09:00
parent 598dd51d70
commit 0eeffc2143

View file

@ -1,6 +1,10 @@
include_directories(BEFORE .)
if(DBG)
add_definitions(-D_DEBUG=1)
endif()
list(APPEND SOURCE
about.c
childwnd.c