mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
08bb8bef3d
- Improve the rest of the drivers. svn path=/branches/cmake-bringup/; revision=49470
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)
|