mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:32:59 +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
|
@ -24,6 +24,9 @@ list(APPEND SOURCE
|
|||
volume.c
|
||||
vfat.h)
|
||||
|
||||
if(KDBG)
|
||||
add_definitions(-DKDBG)
|
||||
endif()
|
||||
add_library(fastfat MODULE ${SOURCE} vfatfs.rc)
|
||||
set_module_type(fastfat kernelmodedriver)
|
||||
target_link_libraries(fastfat ${PSEH_LIB})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue