[USB-BRINGUP-TRUNK]
[reactos.git] / drivers / base / nmidebug / CMakeLists.txt
1
2 add_library(nmidebug SHARED nmidebug.c nmidebug.rc)
3
4 set_module_type(nmidebug kernelmodedriver)
5 add_importlibs(nmidebug ntoskrnl hal)
6
7 add_cd_file(TARGET nmidebug DESTINATION reactos/system32/drivers NO_CAB FOR all)