mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
11 lines
281 B
CMake
11 lines
281 B
CMake
|
|
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)
|