mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
10 lines
219 B
CMake
10 lines
219 B
CMake
|
|
add_library(mup SHARED
|
|
create.c
|
|
mup.c
|
|
mup.rc)
|
|
|
|
set_module_type(mup kernelmodedriver)
|
|
add_importlibs(mup ntoskrnl hal)
|
|
add_pch(mup mup.h)
|
|
add_cd_file(TARGET mup DESTINATION reactos/system32/drivers FOR all)
|