mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
bbecbe25fc
- Improve base and bus drivers. svn path=/branches/cmake-bringup/; revision=49468
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)
|