mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
6 lines
215 B
Text
6 lines
215 B
Text
|
|
||
|
add_library(nmidebug SHARED nmidebug.c nmidebug.rc)
|
||
|
set_module_type(nmidebug kernelmodedriver)
|
||
|
add_importlibs(nmidebug ntoskrnl hal)
|
||
|
add_cd_file(TARGET nmidebug DESTINATION reactos/system32/drivers NO_CAB FOR all)
|