mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
d929fc29f7
Bootcd/Livecd : Add dplayx, ntfs and mup. Add forgotten wined3d importlib, my bad. svn path=/branches/cmake-bringup/; revision=49502
10 lines
No EOL
153 B
CMake
10 lines
No EOL
153 B
CMake
|
|
add_library(mup SHARED
|
|
create.c
|
|
mup.c
|
|
mup.rc)
|
|
|
|
set_module_type(mup kernelmodedriver)
|
|
add_importlibs(mup ntoskrnl hal)
|
|
|
|
add_cab_target(mup 2) |