mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
8 lines
199 B
CMake
8 lines
199 B
CMake
|
|
add_library(nmidebug SHARED nmidebug.c nmidebug.rc)
|
|
|
|
set_module_type(nmidebug kernelmodedriver)
|
|
add_importlibs(nmidebug ntoskrnl hal)
|
|
|
|
add_minicd_target(nmidebug reactos)
|
|
add_cab_target(nmidebug 2)
|