mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
a7fe68d16b
- Improve more drivers. svn path=/branches/cmake-bringup/; revision=49469
34 lines
616 B
CMake
34 lines
616 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
|
|
vfatfs.rc)
|
|
|
|
add_library(fastfat SHARED ${CMAKE_CURRENT_BINARY_DIR}/fastfat_vfat.h.gch ${SOURCE})
|
|
|
|
set_module_type(fastfat kernelmodedriver)
|
|
add_importlibs(fastfat ntoskrnl hal)
|
|
|
|
add_pch(fastfat ${CMAKE_CURRENT_SOURCE_DIR}/vfat.h ${SOURCE})
|
|
|
|
add_minicd_target(fastfat reactos fastfat.sys)
|
|
add_livecd_target(fastfat reactos/system32/drivers)
|