mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00

Bootcd/Livecd : Add dplayx, ntfs and mup. Add forgotten wined3d importlib, my bad. svn path=/branches/cmake-bringup/; revision=49502
28 lines
516 B
CMake
28 lines
516 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 ${CMAKE_CURRENT_BINARY_DIR}/ntfs_ntfs.h.gch ${SOURCE})
|
|
|
|
set_module_type(ntfs kernelmodedriver)
|
|
add_importlibs(ntfs ntoskrnl hal)
|
|
|
|
add_pch(ntfs ${CMAKE_CURRENT_SOURCE_DIR}/ntfs.h ${SOURCE})
|
|
|
|
add_minicd_target(ntfs reactos)
|
|
add_livecd_target(ntfs reactos/system32/drivers)
|