reactos/drivers/filters/mountmgr/CMakeLists.txt

19 lines
437 B
CMake
Raw Normal View History

list(APPEND SOURCE
database.c
device.c
mountmgr.c
notify.c
point.c
symlink.c
uniqueid.c
mountmgr.rc)
add_library(mountmgr SHARED ${SOURCE})
target_link_libraries(mountmgr wdmguid ioevent)
allow_warnings(mountmgr)
set_module_type(mountmgr kernelmodedriver)
add_importlibs(mountmgr ntoskrnl hal)
add_pch(mountmgr mntmgr.h)
#add_cd_file(TARGET mountmgr DESTINATION reactos/system32/drivers NO_CAB FOR all)