mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
019f21ee1d
*.inf files for drivers can now be placed along with the driver code
8 lines
292 B
CMake
8 lines
292 B
CMake
|
|
include_directories(..)
|
|
add_library(disk MODULE disk.c disk.rc)
|
|
set_module_type(disk kernelmodedriver)
|
|
add_importlibs(disk class2 scsiport ntoskrnl hal)
|
|
add_cd_file(TARGET disk DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
|
add_registry_inf(disk_reg.inf)
|
|
add_driver_inf(disk disk.inf)
|