mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
ddb3d908c9
svn path=/branches/shell-experiments/; revision=62286
33 lines
526 B
CMake
33 lines
526 B
CMake
|
|
list(APPEND SOURCE
|
|
blockdev.c
|
|
cleanup.c
|
|
close.c
|
|
create.c
|
|
dir.c
|
|
direntry.c
|
|
dirwr.c
|
|
ea.c
|
|
fat.c
|
|
fastio.c
|
|
fcb.c
|
|
finfo.c
|
|
flush.c
|
|
fsctl.c
|
|
iface.c
|
|
misc.c
|
|
pnp.c
|
|
rw.c
|
|
shutdown.c
|
|
string.c
|
|
volume.c
|
|
vfat.h)
|
|
|
|
add_library(fastfat SHARED ${SOURCE} vfatfs.rc)
|
|
|
|
set_module_type(fastfat kernelmodedriver)
|
|
add_importlibs(fastfat ntoskrnl hal)
|
|
|
|
add_pch(fastfat vfat.h SOURCE)
|
|
|
|
add_cd_file(TARGET fastfat DESTINATION reactos/system32/drivers NO_CAB FOR all)
|