mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
[MOUNTMGR]
* Fix build. svn path=/branches/usb-bringup-trunk/; revision=55256
This commit is contained in:
parent
35c824d26f
commit
43220d11a5
1 changed files with 1 additions and 2 deletions
|
@ -10,10 +10,9 @@ list(APPEND SOURCE
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue