mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
16 lines
331 B
Text
16 lines
331 B
Text
|
|
||
|
list(APPEND SOURCE
|
||
|
hardware.c
|
||
|
inport.c
|
||
|
inport.h
|
||
|
ioctl.c
|
||
|
pnp.c
|
||
|
wmi.c)
|
||
|
|
||
|
add_library(inport MODULE ${SOURCE} inport.rc)
|
||
|
|
||
|
set_module_type(inport kernelmodedriver)
|
||
|
add_pch(inport inport.h SOURCE)
|
||
|
add_importlibs(inport ntoskrnl hal wmilib)
|
||
|
add_cd_file(TARGET inport DESTINATION reactos/system32/drivers FOR all)
|