3293f0419056ca9a3ef3cb3bf276a631e0a0ca2d
[reactos.git] / reactos / 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)