mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
7 lines
155 B
CMake
7 lines
155 B
CMake
|
|
add_library(pciide SHARED pciide.c pciide.rc)
|
|
|
|
set_module_type(pciide kernelmodedriver)
|
|
add_importlibs(pciide pciidex ntoskrnl)
|
|
|
|
add_cab_target(pciide 2)
|