mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:03:00 +00:00
[CMAKE] Set KDBG define only where required (fastfat, win32k, ntoskrnl)
This commit is contained in:
parent
9e19352492
commit
b6d7571ebb
4 changed files with 8 additions and 4 deletions
|
@ -226,6 +226,7 @@ list(APPEND SOURCE
|
|||
endif()
|
||||
|
||||
if(KDBG)
|
||||
add_definitions(-DKDBG)
|
||||
list(APPEND SOURCE gdi/ntgdi/gdikdbgext.c)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue