mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
10 lines
194 B
CMake
10 lines
194 B
CMake
|
|
spec2def(usbd.sys usbd.spec)
|
|
|
|
add_library(usbd SHARED
|
|
usbd.c
|
|
usbd.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/usbd.def)
|
|
|
|
set_module_type(usbd kernelmodedriver)
|
|
add_importlibs(usbd ntoskrnl hal)
|