mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
321bcc056d
svn path=/branches/GSoC_2016/AHCI/; revision=71203
11 lines
285 B
CMake
11 lines
285 B
CMake
|
|
spec2def(usbd.sys usbd.spec ADD_IMPORTLIB)
|
|
|
|
add_library(usbd SHARED
|
|
usbd.c
|
|
usbd.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/usbd.def)
|
|
|
|
set_module_type(usbd kernelmodedriver)
|
|
add_importlibs(usbd ntoskrnl hal)
|
|
add_cd_file(TARGET usbd DESTINATION reactos/system32/drivers NO_CAB FOR all)
|