mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
5 lines
207 B
CMake
5 lines
207 B
CMake
|
|
add_library(pciide SHARED pciide.c pciide.rc)
|
|
set_module_type(pciide kernelmodedriver)
|
|
add_importlibs(pciide pciidex ntoskrnl)
|
|
add_cd_file(TARGET pciide DESTINATION reactos/system32/drivers NO_CAB FOR all)
|