2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
attrib.c
|
|
|
|
blockdev.c
|
2017-06-28 18:22:42 +00:00
|
|
|
btree.c
|
2016-02-22 22:20:54 +00:00
|
|
|
cleanup.c
|
2011-05-16 13:12:07 +00:00
|
|
|
close.c
|
|
|
|
create.c
|
2014-12-07 14:16:13 +00:00
|
|
|
devctl.c
|
2011-05-16 13:12:07 +00:00
|
|
|
dirctl.c
|
|
|
|
dispatch.c
|
|
|
|
fastio.c
|
|
|
|
fcb.c
|
|
|
|
finfo.c
|
|
|
|
fsctl.c
|
|
|
|
mft.c
|
|
|
|
misc.c
|
|
|
|
ntfs.c
|
|
|
|
rw.c
|
|
|
|
volinfo.c
|
2014-02-09 17:28:01 +00:00
|
|
|
ntfs.h)
|
2013-06-16 12:15:06 +00:00
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(ntfs MODULE ${SOURCE} ntfs.rc)
|
2011-05-16 13:12:07 +00:00
|
|
|
set_module_type(ntfs kernelmodedriver)
|
2014-12-14 12:24:18 +00:00
|
|
|
target_link_libraries(ntfs ${PSEH_LIB})
|
2011-05-16 13:12:07 +00:00
|
|
|
add_importlibs(ntfs ntoskrnl hal)
|
2014-02-09 17:28:01 +00:00
|
|
|
add_pch(ntfs ntfs.h SOURCE)
|
2017-12-17 22:13:56 +00:00
|
|
|
add_cd_file(TARGET ntfs DESTINATION reactos/system32/drivers FOR all)
|