mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
08bb8bef3d
- Improve the rest of the drivers. svn path=/branches/cmake-bringup/; revision=49470
14 lines
263 B
CMake
14 lines
263 B
CMake
|
|
include_directories(..)
|
|
|
|
add_library(disk SHARED disk.c disk.rc)
|
|
|
|
set_module_type(disk kernelmodedriver)
|
|
add_importlibs(disk
|
|
class2
|
|
scsiport
|
|
ntoskrnl
|
|
hal)
|
|
|
|
add_minicd_target(disk reactos disk.sys)
|
|
add_livecd_target(disk reactos/system32/drivers)
|