reactos/drivers/base/nmidebug/CMakeLists.txt
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

6 lines
215 B
CMake

add_library(nmidebug SHARED nmidebug.c nmidebug.rc)
set_module_type(nmidebug kernelmodedriver)
add_importlibs(nmidebug ntoskrnl hal)
add_cd_file(TARGET nmidebug DESTINATION reactos/system32/drivers NO_CAB FOR all)