mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
17 lines
323 B
Text
17 lines
323 B
Text
|
|
||
|
add_library(green SHARED
|
||
|
createclose.c
|
||
|
dispatch.c
|
||
|
green.c
|
||
|
keyboard.c
|
||
|
misc.c
|
||
|
pnp.c
|
||
|
power.c
|
||
|
screen.c
|
||
|
green.rc)
|
||
|
|
||
|
add_pch(green green.h)
|
||
|
set_module_type(green kernelmodedriver)
|
||
|
add_importlibs(green ntoskrnl hal)
|
||
|
add_cd_file(TARGET green DESTINATION reactos/system32/drivers NO_CAB FOR all)
|