2011-05-16 13:12:07 +00:00
|
|
|
|
2012-03-07 21:21:27 +00:00
|
|
|
spec2def(scsiport.sys scsiport.spec ADD_IMPORTLIB)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
scsiport.c
|
|
|
|
stubs.c
|
2014-02-09 17:28:01 +00:00
|
|
|
precomp.h)
|
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(scsiport MODULE
|
2014-02-09 17:28:01 +00:00
|
|
|
${SOURCE}
|
2011-05-16 13:12:07 +00:00
|
|
|
scsiport.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/scsiport.def)
|
2014-02-09 17:28:01 +00:00
|
|
|
|
|
|
|
add_pch(scsiport precomp.h SOURCE)
|
2011-05-16 13:12:07 +00:00
|
|
|
set_module_type(scsiport kernelmodedriver)
|
|
|
|
add_importlibs(scsiport ntoskrnl hal)
|
|
|
|
add_cd_file(TARGET scsiport DESTINATION reactos/system32/drivers NO_CAB FOR all)
|