* Sync up to trunk head (r64829).
[reactos.git] / drivers / base / nmidebug / CMakeLists.txt
index 3293f04..f54fe19 100644 (file)
@@ -1,7 +1,5 @@
 
 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)