mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:25:58 +00:00
[MOUNTMGR]
* Fix the CMake config. svn path=/branches/usb-bringup-trunk/; revision=55175
This commit is contained in:
parent
58dab5a63b
commit
23bec34537
1 changed files with 1 additions and 3 deletions
|
@ -9,10 +9,8 @@ list(APPEND SOURCE
|
|||
uniqueid.c
|
||||
mountmgr.rc)
|
||||
|
||||
allow_warnings(mountmgr)
|
||||
|
||||
add_library(mountmgr SHARED ${SOURCE})
|
||||
|
||||
allow_warnings(mountmgr)
|
||||
set_module_type(mountmgr kernelmodedriver)
|
||||
add_importlibs(mountmgr ntoskrnl hal)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue