mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
11 lines
280 B
Text
11 lines
280 B
Text
|
|
||
|
spec2def(watchdog.sys watchdog.spec)
|
||
|
|
||
|
add_library(watchdog SHARED
|
||
|
watchdog.c
|
||
|
${CMAKE_CURRENT_BINARY_DIR}/watchdog.def)
|
||
|
|
||
|
set_module_type(watchdog kernelmodedriver)
|
||
|
add_importlibs(watchdog ntoskrnl)
|
||
|
add_cd_file(TARGET watchdog DESTINATION reactos/system32/drivers FOR all)
|