define _DEBUG for debug builds (cherry picked from commit 3e261c022623306d4dba0cb11fa342abff61aee9)

This commit is contained in:
Frank Osterfeld 2009-04-30 10:02:07 +01:00 committed by Ralf Habacker
parent 08f8057d1f
commit be3d150691

View file

@ -110,6 +110,8 @@ if(WIN32)
set (CMAKE_DEBUG_POSTFIX "d")
endif(WIN32)
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_DEBUG")
#########################################################################
# Windows CE
#