1 2add_library(nmidebug MODULE nmidebug.c nmidebug.rc) 3set_module_type(nmidebug kernelmodedriver) 4add_importlibs(nmidebug ntoskrnl hal) 5add_cd_file(TARGET nmidebug DESTINATION reactos/system32/drivers NO_CAB FOR all) 6
1 2add_library(nmidebug MODULE nmidebug.c nmidebug.rc) 3set_module_type(nmidebug kernelmodedriver) 4add_importlibs(nmidebug ntoskrnl hal) 5add_cd_file(TARGET nmidebug DESTINATION reactos/system32/drivers NO_CAB FOR all) 6