mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:52:57 +00:00
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)
|