mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
b819608ed8
svn path=/branches/condrv_restructure/; revision=63104
27 lines
440 B
CMake
27 lines
440 B
CMake
|
|
list(APPEND SOURCE
|
|
attrib.c
|
|
blockdev.c
|
|
close.c
|
|
create.c
|
|
dirctl.c
|
|
dispatch.c
|
|
fastio.c
|
|
fcb.c
|
|
finfo.c
|
|
fsctl.c
|
|
mft.c
|
|
misc.c
|
|
ntfs.c
|
|
rw.c
|
|
volinfo.c
|
|
ntfs.h)
|
|
|
|
add_library(ntfs SHARED ${SOURCE} ntfs.rc)
|
|
|
|
set_module_type(ntfs kernelmodedriver)
|
|
add_importlibs(ntfs ntoskrnl hal)
|
|
|
|
add_pch(ntfs ntfs.h SOURCE)
|
|
|
|
add_cd_file(TARGET ntfs DESTINATION reactos/system32/drivers NO_CAB FOR all)
|