mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[REGEDIT] CMakeLists.txt: Enable _DEBUG on debugging
CORE-18876
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
|
||||
include_directories(BEFORE .)
|
||||
|
||||
if(DBG)
|
||||
add_definitions(-D_DEBUG=1)
|
||||
endif()
|
||||
|
||||
list(APPEND SOURCE
|
||||
about.c
|
||||
childwnd.c
|
||||
|
||||
Reference in New Issue
Block a user