reactos/drivers/filesystems/ntfs/CMakeLists.txt
Amine Khaldi 9fa710c813 * Sync with recent trunk (r52637).
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52643
2011-07-11 19:40:43 +00:00

28 lines
430 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.rc)
add_library(ntfs SHARED ${SOURCE})
set_module_type(ntfs kernelmodedriver)
add_importlibs(ntfs ntoskrnl hal)
add_pch(ntfs ntfs.h)
add_cd_file(TARGET ntfs DESTINATION reactos/system32/drivers NO_CAB FOR all)