mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
2b82fe44ea
- Create a branch to drop my ndisuio work svn path=/branches/wlan-bringup/; revision=54809
10 lines
218 B
CMake
10 lines
218 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) |