[NTFS] - Add some fixes and improvements to attribute.c from CR-123:
[reactos.git] / drivers / base / null / CMakeLists.txt
index b3f3b2d..830eb40 100644 (file)
@@ -1,9 +1,6 @@
 
 add_library(null SHARED null.c null.rc)
-
 target_link_libraries(null ${PSEH_LIB})
-
 set_module_type(null kernelmodedriver)
 add_importlibs(null ntoskrnl hal)
-
 add_cd_file(TARGET null DESTINATION reactos/system32/drivers FOR all)